obs-portal/api/config.json.production

13 lines
234 B
Plaintext
Raw Normal View History

2021-02-27 12:03:35 +00:00
{
"secret": "CHANGEME",
"mail": {
"from": "Sender Name <sender@example.com>",
"smtp" : {
"host": "mail.example.com",
"port": 587,
"username": "sender@example.com",
"password": "hunter2"
}
}
}