- Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).

Thanks to xet7 !

Closes #2203
This commit is contained in:
Lauri Ojansivu 2019-02-25 18:10:36 +02:00
parent ef85b71ee4
commit 7c1d6e4d2e
5 changed files with 17 additions and 2 deletions

View file

@ -220,6 +220,10 @@ services:
# https://github.com/wekan/wekan-gogs
# If you disable Wekan API with false, Export Board does not work.
- WITH_API=true
#---------------------------------------------------------------
# ==== EMAIL NOTIFICATION TIMEOUT, ms =====
# Defaut: 30000 ms = 30s
#- EMAIL_NOTIFICATION_TIMEOUT=30000
#-----------------------------------------------------------------
# ==== CORS =====
# CORS: Set Access-Control-Allow-Origin header.