aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodejs/config.json')
-rw-r--r--src/nodejs/config.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodejs/config.json b/src/nodejs/config.json
index 1025c5b..9c18203 100644
--- a/src/nodejs/config.json
+++ b/src/nodejs/config.json
@@ -1 +1,3 @@
exports.connectionString = "pg://user:password@host/database";
+exports.host = 'localhost';
+exports.port = 8080;