You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description: This secret is used for generating, validating, and introspecting auth tokens. It must be a randomly generated token (preferably >32 characters).
7
7
# Required: yes
8
-
NOTESNOOK_API_SECRET=
8
+
NOTESNOOK_API_SECRET=localhost-api-secret
9
9
10
10
# Description: Use this flag to disable creation of new accounts on your instance (i.e. in case it is exposed to the Internet).
11
11
# Required: yes
@@ -17,18 +17,18 @@ DISABLE_SIGNUPS=false
17
17
18
18
# Description: Username for the SMTP connection (most time it is the email address of your account). Check your email provider's documentation to get the appropriate value.
19
19
# Required: yes
20
-
SMTP_USERNAME=
20
+
SMTP_USERNAME=AKIARYIUZPO7PJ7PSXVL
21
21
# Description: Password for the SMTP connection. Check your email provider's documentation to get the appropriate value.
# Description: Host on which the the SMTP connection is running. Check your email provider's documentation to get the appropriate value.
25
25
# Required: yes
26
26
# Example: smtp.gmail.com
27
-
SMTP_HOST=
27
+
SMTP_HOST=email-smtp.us-west-2.amazonaws.com
28
28
# Description: Port on which the the SMTP connection is running. Check your email provider's documentation to get the appropriate value.
29
29
# Required: yes
30
30
# Example: 465
31
-
SMTP_PORT=
31
+
SMTP_PORT=587
32
32
33
33
# Description: Twilio account SID is required for sending SMS with 2FA codes. Learn more here: https://help.twilio.com/articles/14726256820123-What-is-a-Twilio-Account-SID-and-where-can-I-find-it-
0 commit comments