updated config file to include email
This commit is contained in:
@@ -1,8 +1,17 @@
|
|||||||
{
|
{
|
||||||
"base_app_url": "http://192.168.1.44:3012",
|
"base_app_url": "http://192.168.1.44:3012",
|
||||||
"email_from": "admin@cronicleserver",
|
"email_from": "notify.akanealw@gmail.com",
|
||||||
"smtp_hostname": "cronicleserver",
|
"smtp_hostname": "smtp.gmail.com",
|
||||||
"smtp_port": 25,
|
"smtp_port": 587,
|
||||||
|
"mail_options": {
|
||||||
|
"secure": false,
|
||||||
|
"auth": { "user": "notify.akanealw@gmail.com", "pass": "leawkqqpthbwacrf" },
|
||||||
|
"tls": {
|
||||||
|
"rejectUnauthorized":false,
|
||||||
|
"requireTLS":true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"secret_key": "cahre6Eosi3eighoh5bohghoom7ahG",
|
"secret_key": "cahre6Eosi3eighoh5bohghoom7ahG",
|
||||||
|
|
||||||
"log_dir": "logs",
|
"log_dir": "logs",
|
||||||
|
|||||||
Reference in New Issue
Block a user