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