forget to push this local configuration

This commit is contained in:
doanguyen 2020-01-05 23:03:56 +01:00
parent 783aba1275
commit 8f1c56baf9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ SUPPORT_EMAIL = os.environ["SUPPORT_EMAIL"]
ADMIN_EMAIL = os.environ.get("ADMIN_EMAIL")
MAX_NB_EMAIL_FREE_PLAN = int(os.environ["MAX_NB_EMAIL_FREE_PLAN"])
# allow to override postfix server locally
POSTFIX_SERVER = os.environ.get("POSTFIX_SERVER", "0.0.0.0")
POSTFIX_SERVER = os.environ.get("POSTFIX_SERVER", "1.1.1.1")
# list of (priority, email server)
EMAIL_SERVERS_WITH_PRIORITY = eval(