Skip to content

Commit

Permalink
Update packages/server/.env.example as per the code review.
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Hendrickson <[email protected]>
  • Loading branch information
tzinckgraf and TylerHendrickson authored Dec 6, 2023
1 parent cd2a48e commit 4352626
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ TEST_EMAIL_RECIPIENT=""
# You only need one of them configured at a time; in dev, you probably want to use Nodemailer, which uses a
# regular SMTP server (e.g. from Gmail). See README.md for more advice on how to configure this.

# AWS SES. test / test is used for localstack
# AWS SDK configuration. test / test is used for localstack
AWS_ACCESS_KEY_ID=test
AWS_SECRET_ACCESS_KEY=test
AWS_DEFAULT_REGION="us-west-2"

# AWS SES
NOTIFICATIONS_EMAIL=[email protected]

# Email Server:
Expand Down

0 comments on commit 4352626

Please sign in to comment.