20 lines
511 B
Plaintext
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
|
|
}
|
|
}
|