mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
bump utils to bring in redis changes
also set redis url locally to be localhost. redis is disabled by default so this won't do anything unless you set REDIS_ENABLED=1 as an environment variable
This commit is contained in:
@@ -97,6 +97,8 @@ class Development(Config):
|
||||
|
||||
ASSET_PATH = '/static/'
|
||||
|
||||
REDIS_URL = 'redis://localhost:6379/0'
|
||||
|
||||
|
||||
class Test(Development):
|
||||
DEBUG = True
|
||||
|
||||
Reference in New Issue
Block a user