mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
Only set the redis address once, fixes #1125
(cherry picked from commit d50504fa2b)
# Conflicts:
# core/admin/mailu/configuration.py
This commit is contained in:
@@ -10,6 +10,10 @@ DEFAULT_CONFIG = {
|
|||||||
'BABEL_DEFAULT_TIMEZONE': 'UTC',
|
'BABEL_DEFAULT_TIMEZONE': 'UTC',
|
||||||
'BOOTSTRAP_SERVE_LOCAL': True,
|
'BOOTSTRAP_SERVE_LOCAL': True,
|
||||||
'RATELIMIT_STORAGE_URL': '',
|
'RATELIMIT_STORAGE_URL': '',
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
'QUOTA_STORAGE_URL': '',
|
||||||
|
>>>>>>> d50504fa (Only set the redis address once, fixes #1125)
|
||||||
'DEBUG': False,
|
'DEBUG': False,
|
||||||
'DEBUG_PROFILER': False,
|
'DEBUG_PROFILER': False,
|
||||||
'DEBUG_TB_INTERCEPT_REDIRECTS': False,
|
'DEBUG_TB_INTERCEPT_REDIRECTS': False,
|
||||||
|
|||||||
Reference in New Issue
Block a user