remove REDIS_ENABLED flag from creds

you can still use this flag locally but we have it enabled for all
environments and it doesn't need to be toggleable from credentials as it
isn't a secret value.

If we wish to turn redis off for a specific environment we can create a
PR to change the config.
This commit is contained in:
Leo Hemsted
2022-04-22 12:05:19 +01:00
parent b4ffcac353
commit ae896c9880
3 changed files with 4 additions and 3 deletions

View File

@@ -5,5 +5,6 @@ env =
MMG_API_KEY=mmg-secret-key
FIRETEXT_API_KEY=Firetext
NOTIFICATION_QUEUE_PREFIX=testing
REDIS_ENABLED=0
addopts = -p no:warnings
xfail_strict = true