Redis enable via config

This commit is contained in:
Martyn Inglis
2017-05-24 08:56:34 +01:00
parent daa6d2d6f2
commit 0bb289a1f2

View File

@@ -204,7 +204,6 @@ 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'