Clarify good value of NOTIFY_EMAIL_DOMAIN in development

This commit is contained in:
Ryan Ahearn
2022-11-01 09:35:39 -04:00
parent f7dce28546
commit 5ff4cfe7e3

View File

@@ -6,7 +6,7 @@
# #
# 3. Comment out the other setup # 3. Comment out the other setup
# #
# 4. Replace `NOTIFY_EMAIL_DOMAIN` with the domain your emails will come from (i.e. the "origination email" in your SES project) # 4. If needed, set `NOTIFY_EMAIL_DOMAIN` with the domain your emails will come from (i.e. the "origination email" in your SES project)
# #
# 5. Replace `SECRET_KEY` and `DANGEROUS_SALT` with high-entropy secret values # 5. Replace `SECRET_KEY` and `DANGEROUS_SALT` with high-entropy secret values
# #
@@ -48,7 +48,7 @@ NOTIFY_ENVIRONMENT=development
STATSD_HOST=localhost STATSD_HOST=localhost
SES_STUB_URL=None SES_STUB_URL=None
NOTIFY_APP_NAME=api NOTIFY_APP_NAME=api
NOTIFY_EMAIL_DOMAIN=dispostable.com # NOTIFY_EMAIL_DOMAIN=notify.sandbox.10x.gsa.gov
############################################################# #############################################################