mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
disable cache persistence & env updates
This commit is contained in:
@@ -18,11 +18,11 @@ ADMIN_CLIENT_ID=notify-admin
|
||||
GOVUK_ALERTS_CLIENT_ID=govuk-alerts
|
||||
|
||||
# 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
|
||||
DEV_API_HOST_NAME=http://dev:6011
|
||||
API_HOST_NAME=http://0.0.0.0:6011
|
||||
DEV_API_HOST_NAME=http://0.0.0.0:6011
|
||||
|
||||
# AWS
|
||||
AWS_REGION=us-west-2
|
||||
|
||||
Reference in New Issue
Block a user