mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-14 02:34:22 +02:00
Switch to database 2 for rate limiting
This commit is contained in:
parent
d1dbba2d3a
commit
e13593f29a
@ -25,7 +25,7 @@ default_config = {
|
||||
'BABEL_DEFAULT_LOCALE': 'en',
|
||||
'BABEL_DEFAULT_TIMEZONE': 'UTC',
|
||||
'BOOTSTRAP_SERVE_LOCAL': True,
|
||||
'RATELIMIT_STORAGE_URL': 'redis://redis',
|
||||
'RATELIMIT_STORAGE_URL': 'redis://redis/2',
|
||||
'DEBUG': False,
|
||||
'DOMAIN_REGISTRATION': False,
|
||||
# Statistics management
|
||||
|
Loading…
Reference in New Issue
Block a user