Only set the redis address once, fixes #1125

(cherry picked from commit d50504fa2b)

# Conflicts:
#	core/admin/mailu/configuration.py
This commit is contained in:
kaiyou
2019-08-23 00:29:00 +02:00
committed by Mergify
parent 6b5bb5fcd1
commit d268d89c5e

View File

@@ -10,6 +10,10 @@ DEFAULT_CONFIG = {
'BABEL_DEFAULT_TIMEZONE': 'UTC',
'BOOTSTRAP_SERVE_LOCAL': True,
'RATELIMIT_STORAGE_URL': '',
<<<<<<< HEAD
=======
'QUOTA_STORAGE_URL': '',
>>>>>>> d50504fa (Only set the redis address once, fixes #1125)
'DEBUG': False,
'DEBUG_PROFILER': False,
'DEBUG_TB_INTERCEPT_REDIRECTS': False,