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.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/nodejs/config.json b/src/nodejs/config.json
index be796a7..92b4484 100644
--- a/src/nodejs/config.json
+++ b/src/nodejs/config.json
@@ -1,4 +1,7 @@
-exports.connectionString = "pg://user:password@host/database";
-exports.host = 'localhost';
-exports.port = 8080;
-exports.logLevel = 'ERROR';
+{
+ "connectionString": "pg://user:password@host/database",
+ "host": "localhost",
+ "port": 8080,
+ "logLevel": "ERROR"
+}
+