obs-portal/api/config.json.example
2021-02-27 13:20:41 +01:00

20 lines
511 B
Plaintext

{
"cookieSecret": "CHANGEME!!!!!!!!!!!!!!!!!!!!!11",
"jwtSecret": "CHANGEME???????????????????////",
"baseUrl": "https://openbikesensor.example.com/",
"mainFrontendUrl": "https://openbikesensor.example.com/api/",
"mail": {
"from": "Sender Name <sender@example.com>",
"smtp" : {
"host": "mail.example.com",
"port": 587,
"username": "sender@example.com",
"password": "hunter2"
}
},
"mongodb": {
"url": "mongodb://user:pass@host/obs",
"debug": false
}
}