aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/config.json
blob: 92b44843bcc1cc47d93417f22c00548bce4b5b2e (plain) (blame)
1
2
3
4
5
6
7
{
    "connectionString": "pg://user:password@host/database",
    "host":  "localhost",
    "port": 8080,
    "logLevel": "ERROR"
}