mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-30 19:28:50 -04:00
disable cache persistence & env updates
This commit is contained in:
@@ -20,10 +20,10 @@ SECRET_KEY=dev-notify-secret-key
|
||||
DANGEROUS_SALT=dev-notify-salt
|
||||
|
||||
# URL of admin app
|
||||
ADMIN_BASE_URL=http://admin:6012
|
||||
ADMIN_BASE_URL=http://0.0.0.0:6012
|
||||
|
||||
# URL of api app (on AWS this is the internal api endpoint)
|
||||
API_HOST_NAME=http://dev:6011
|
||||
API_HOST_NAME=http://0.0.0.0:6011
|
||||
|
||||
# URL of redis instance
|
||||
REDIS_URL=redis://redis:6380
|
||||
|
||||
Reference in New Issue
Block a user