13 lines
234 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|