mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 09:21:39 -05:00
No redis in dev mode
This commit is contained in:
@@ -204,6 +204,7 @@ class Config(object):
|
||||
######################
|
||||
|
||||
class Development(Config):
|
||||
REDIS_ENABLED = False
|
||||
SQLALCHEMY_ECHO = False
|
||||
NOTIFY_EMAIL_DOMAIN = 'notify.tools'
|
||||
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'
|
||||
|
||||
Reference in New Issue
Block a user