Turn off redis in all environments for rotation

This is a very short term turn off for while we rotate creds. It will
then be followed immediately by a PR to turn it back on.
This commit is contained in:
David McDonald
2020-08-10 10:25:08 +01:00
parent 3573ce1437
commit 30ed483b7a

View File

@@ -79,7 +79,7 @@ class Config(object):
ANTIVIRUS_ENABLED = True
REDIS_URL = os.environ.get('REDIS_URL')
REDIS_ENABLED = os.environ.get('REDIS_ENABLED') == '1'
REDIS_ENABLED = False
ASSET_DOMAIN = ''
ASSET_PATH = '/static/'