mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 15:08:25 -04:00
Clarify good value of NOTIFY_EMAIL_DOMAIN in development
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user