obs-portal/api/config.json.example

20 lines
511 B
Plaintext
Raw Normal View History

2021-02-27 12:03:35 +00:00
{
"cookieSecret": "CHANGEME!!!!!!!!!!!!!!!!!!!!!11",
"jwtSecret": "CHANGEME???????????????????////",
2021-02-27 12:20:41 +00:00
"baseUrl": "https://openbikesensor.example.com/",
"mainFrontendUrl": "https://openbikesensor.example.com/api/",
2021-02-27 12:03:35 +00:00
"mail": {
"from": "Sender Name <sender@example.com>",
"smtp" : {
"host": "mail.example.com",
"port": 587,
"username": "sender@example.com",
"password": "hunter2"
}
2021-02-27 12:20:41 +00:00
},
"mongodb": {
"url": "mongodb://user:pass@host/obs",
"debug": false
2021-02-27 12:03:35 +00:00
}
}