Upgrade to Meteor 1.8.3 and Node 8.17.0.

Update release scripts.
Fix ldap background sync documentation part 2.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-12-20 16:03:46 +02:00
parent 8dcd360f93
commit 782d0b6209
17 changed files with 34 additions and 34 deletions

View file

@ -396,10 +396,10 @@ services:
# example : LDAP_BACKGROUND_SYNC=true
#- LDAP_BACKGROUND_SYNC=false
#
# LDAP_BACKGROUND_SYNC_INTERVAL : At which interval does the background task sync in milliseconds
# Leave this unset, so it uses default, and does not crash.
# https://github.com/wekan/wekan/issues/2354#issuecomment-515305722
- LDAP_BACKGROUND_SYNC_INTERVAL=''
# At which interval does the background task sync.
# The format must be as specified in:
# https://bunkat.github.io/later/parsers.html#text
#- LDAP_BACKGROUND_SYNC_INTERVAL='every 1 hour'
#
# LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED :
# example : LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=true