mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-22 01:34:44 -05:00
21 lines
386 B
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"
|
|
}
|
|
}
|