mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 09:12:19 +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',
|
||||
'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,
|
||||
|
||||
Reference in New Issue
Block a user