updated config file to include email

This commit is contained in:
2023-10-18 15:43:45 -05:00
parent 45b91eb8d9
commit bc3c8c0f94

View File

@@ -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",