summaryrefslogtreecommitdiff
path: root/config.json.template
blob: 31968fb7e99c56643bfa456e4451671a3b319e56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "port": 8080,

    "sql": {
        "host": "localhost",
        "user": "db user",
        "password": "db password",
        "database": "db",
        "table": "table"
    },

    "recaptcha": {
        "secret": "recaptcha secret key"
    }
}