website/config.example.json
2018-10-14 20:36:17 +02:00

17 lines
305 B
JSON

{
"http": {
"port": 8080
},
"database": {
"url": "mongodb://localhost:27017/pretendo_website"
},
"contactWebhook": {
"port": 443,
"host": "host.com",
"path": "/webhookurl"
},
"secrets": {
"session": "session secret here"
}
}