1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-27 22:57:38 +02:00

Move CREDENTIAL_ROUNDS to advanced settings

This commit is contained in:
Florent Daigniere 2021-02-09 08:56:06 +01:00
parent 29306d5abb
commit d0b34f8e24

View File

@ -33,7 +33,6 @@ DEFAULT_CONFIG = {
'TLS_FLAVOR': 'cert',
'AUTH_RATELIMIT': '10/minute;1000/hour',
'AUTH_RATELIMIT_SUBNET': True,
'CREDENTIAL_ROUNDS': 12,
'DISABLE_STATISTICS': False,
# Mail settings
'DMARC_RUA': None,
@ -55,6 +54,7 @@ DEFAULT_CONFIG = {
# Advanced settings
'LOG_LEVEL': 'WARNING',
'SESSION_COOKIE_SECURE': True,
'CREDENTIAL_ROUNDS': 12,
# Host settings
'HOST_IMAP': 'imap',
'HOST_LMTP': 'imap:2525',