obs-portal/api/config.json.production
2021-02-27 13:03:35 +01:00

13 lines
234 B
Plaintext

{
"secret": "CHANGEME",
"mail": {
"from": "Sender Name <sender@example.com>",
"smtp" : {
"host": "mail.example.com",
"port": 587,
"username": "sender@example.com",
"password": "hunter2"
}
}
}