🔔 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": {
|
||||
|
||||
Reference in New Issue
Block a user