website/config.example.json

21 lines
386 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"
},
"recaptcha": {
"siteKey": "abcd",
"secretKey": "1234"
}
}