mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-30 19:10:42 -04:00
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:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user