aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/config.json
blob: be796a74029b81a19742f1f5cc1bd35ea5117dc6 (plain) (blame)
1
2
3
4
exports.connectionString = "pg://user:password@host/database";
exports.host = 'localhost';
exports.port = 8080;
exports.logLevel = 'ERROR';