Skip to content

Commit 6f5b88f

Browse files
committed
- revert changes in notifications example.env
Signed-off-by: yasenltd <yasenltd@gmail.com>
1 parent d9622aa commit 6f5b88f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

back-end/apps/notifications/example.env

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ NATS_URL=nats://nats:4222
88
AUTH_HOST=api
99
AUTH_PORT=3001
1010

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+
1119
# Format of REDIS_URL:
1220
# redis[s]://[[username][:password]@][host][:port][/db-number]
1321
REDIS_URL=redis://redis:6379

0 commit comments

Comments
 (0)