🔔 Implementing notifications (#231)

This commit is contained in:
Montassar Ghanmy
2023-11-02 12:25:17 +01:00
committed by GitHub
parent 826e568b5c
commit fea76974a5
15 changed files with 366 additions and 30 deletions
@@ -83,6 +83,18 @@
"secretKey": "STORAGE_S3_SECRET_KEY"
}
},
"email-pusher":{
"email_interface": "EMAIL_INTERFACE",
"endpoint":"EMAIL_ENDPOINT",
"api_key":"EMAIL_API_KEY",
"sender":"EMAIL_SENDER",
"smtp_user": "EMAIL_SMTP_USER",
"smtp_password": "EMAIL_SMTP_PASSWORD",
"smtp_host": "EMAIL_SMTP_HOST",
"smtp_port": "EMAIL_SMTP_PORT",
"smtp_tls": "EMAIL_SMTP_SECURE",
"debug": "EMAIL_DEBUG"
},
"message-queue": {
"type": "PUBSUB_TYPE",
"amqp": {
+2 -1
View File
@@ -138,7 +138,8 @@
"email-pusher":{
"endpoint":"https://api.smtp2go.com/v3/email/send",
"api_key":"secret",
"sender":"noreply@twake.app"
"sender":"noreply@twake.app",
"debug": true
},
"applications":{
"grid":[