mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 05:05:17 +01:00
- Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).
Thanks to xet7 ! Closes #2203
This commit is contained in:
parent
ef85b71ee4
commit
7c1d6e4d2e
5 changed files with 17 additions and 2 deletions
|
|
@ -40,6 +40,11 @@ echo -e "\t$ snap set $SNAP_NAME with-api='true'"
|
|||
echo -e "\t-Disable the API:"
|
||||
echo -e "\t$ snap set $SNAP_NAME with-api='false'"
|
||||
echo -e "\n"
|
||||
echo -e "To enable the Email Notification Timeout of wekan in ms, default 30000 (=30s):"
|
||||
echo -e "\t$ snap set $SNAP_NAME email-notification-timeout='10000'"
|
||||
echo -e "\t-Disable the Email Notification Timeout of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME email-notification-timeout='30000'"
|
||||
echo -e "\n"
|
||||
echo -e "To enable the CORS of wekan, to set Access-Control-Allow-Origin header:"
|
||||
echo -e "\t$ snap set $SNAP_NAME cors='*'"
|
||||
echo -e "\t-Disable the CORS:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue