2021-02-27 12:03:35 +00:00
|
|
|
{
|
2021-02-27 12:06:06 +00:00
|
|
|
"cookieSecret": "CHANGEME!!!!!!!!!!!!!!!!!!!!!11",
|
|
|
|
"jwtSecret": "CHANGEME???????????????????////",
|
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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|