disable cache persistence & env updates

This commit is contained in:
Jim Moffet
2022-06-13 21:42:36 -07:00
parent e88e36712f
commit 79ba6cc1d1
8 changed files with 92 additions and 8 deletions

View File

@@ -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