mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: create docker images for new api (#51538)
This commit is contained in:
committed by
GitHub
parent
90bdffca7b
commit
05d19b8b42
+2
-1
@@ -79,7 +79,8 @@ FCC_ENABLE_SWAGGER_UI=true
|
||||
FCC_ENABLE_DEV_LOGIN_MODE=true
|
||||
|
||||
# Email
|
||||
EMAIL_PROVIDER=nodemailer # use ses in production
|
||||
# use ses in production
|
||||
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=
|
||||
|
||||
Reference in New Issue
Block a user