From 30fb6b81a2eb73f78fb621079a2e4332fd53a31f Mon Sep 17 00:00:00 2001 From: Mark Engel Date: Sun, 23 Jan 2011 13:03:37 +0100 Subject: config is now a real json file update your custom configs! --- src/nodejs/config.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/nodejs/config.json') 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" +} + -- cgit v1.2.3