mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refator(api): drop useless SES SDK (#65496)
This commit is contained in:
committed by
GitHub
parent
1fb20ded39
commit
7b8273e0e0
+6
-6
@@ -70,13 +70,13 @@ FCC_API_LOG_LEVEL=info
|
||||
FCC_API_LOG_TRANSPORT=pretty
|
||||
|
||||
# Email
|
||||
# use ses in production
|
||||
# use ses in production, nodemailer for local development (with Mailpit)
|
||||
EMAIL_PROVIDER=nodemailer
|
||||
# SES_ID needs to be empty for now, since the api-server will use SES in testing
|
||||
# if it is set.
|
||||
SES_ID=
|
||||
SES_SECRET=ses_secret_from_aws
|
||||
SES_REGION=us-east-1
|
||||
# SES SMTP credentials (required in production)
|
||||
# Generate these from AWS IAM: https://docs.aws.amazon.com/ses/latest/dg/smtp-credentials.html
|
||||
SES_SMTP_USERNAME=
|
||||
SES_SMTP_PASSWORD=ses_smtp_password_from_aws
|
||||
SES_SMTP_HOST=email-smtp.us-east-1.amazonaws.com
|
||||
|
||||
# ---------------------
|
||||
# Client
|
||||
|
||||
Reference in New Issue
Block a user