diff --git a/.env.ci b/.env.ci index 26516179..d51c5be9 100644 --- a/.env.ci +++ b/.env.ci @@ -3,7 +3,7 @@ SECRET_KEY=used_for_testing ALLOWED_HOSTS="*" DEBUG=False DATABASE_URL=psql://postgres:postgres@db:5432/fido -REDIS_URL=redis://redis:6379 +REDIS_ENDPOINT=redis://redis:6379 AUTHBROKER_CLIENT_ID= AUTHBROKER_CLIENT_SECRET= AUTHBROKER_URL= diff --git a/.env.example b/.env.example index 65990e63..93dbba6a 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,7 @@ ALLOWED_HOSTS="*" DEBUG=True DISABLE_COLLECTSTATIC="0" DATABASE_URL=psql://postgres:postgres@db:5432/fido -REDIS_URL=redis://redis:6379 +REDIS_ENDPOINT=redis://redis:6379 # Authbroker AUTHBROKER_CLIENT_ID=copy-from-dev-environment