mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 11:12:44 +00:00
env: NOTESNOOK_SENDER_EMAIL & NOTESNOOK_SENDER_NAME are not optional
This commit is contained in:
4
.env
4
.env
@@ -6,10 +6,10 @@ SMTP_USERNAME=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=
|
||||
NOTESNOOK_SENDER_EMAIL=
|
||||
NOTESNOOK_SENDER_NAME=
|
||||
SMTP_REPLYTO_NAME= # optional
|
||||
SMTP_REPLYTO_EMAIL= # optional
|
||||
NOTESNOOK_SENDER_EMAIL= # optional
|
||||
NOTESNOOK_SENDER_NAME= # optional
|
||||
|
||||
# MessageBird is used for 2FA via SMS
|
||||
MESSAGEBIRD_ACCESS_KEY=
|
||||
|
||||
Reference in New Issue
Block a user