🔔 Implementing notifications (#231)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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":[
|
||||
|
||||
Reference in New Issue
Block a user