mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(api): email service (#50637)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d206d568a4
commit
f3da82518a
@@ -77,3 +77,11 @@ NODE_ENV=development
|
||||
PORT=3000
|
||||
FCC_ENABLE_SWAGGER_UI=true
|
||||
FCC_ENABLE_DEV_LOGIN_MODE=true
|
||||
|
||||
# Email
|
||||
EMAIL_PROVIDER=nodemailer # use ses in production
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user