summaryrefslogtreecommitdiff
path: root/config.json.example
blob: 7221aa0d9edb8340dea270710d3f4299b78be184 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "host": "lvh.me:3000",
  "hostName": "lvh.me",
  "port": 3000,
  "socketPort": 1337,
  "webhookPort": 5000,
  "databaseHost": "lvh.me",
  "env": { "development": 1 },
  "basicAuth": { "user": "foo", "pass": "bar" }
}