We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9622aa commit 6f5b88fCopy full SHA for 6f5b88f
back-end/apps/notifications/example.env
@@ -8,6 +8,14 @@ NATS_URL=nats://nats:4222
8
AUTH_HOST=api
9
AUTH_PORT=3001
10
11
+# Email api credentials and mailer settings
12
+EMAIL_API_HOST=<your email api host>
13
+EMAIL_API_PORT=<your email api port>
14
+EMAIL_API_SECURE=<your email api security setting - true/false>
15
+EMAIL_API_USERNAME=<your email api username>
16
+EMAIL_API_PASSWORD=<your email api password>
17
+SENDER_EMAIL=no-reply@<yourdomain.com>
18
+
19
# Format of REDIS_URL:
20
# redis[s]://[[username][:password]@][host][:port][/db-number]
21
REDIS_URL=redis://redis:6379
0 commit comments