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

@ -440,10 +440,10 @@ services:
# If the sync of the users should be done in the background
#- LDAP_BACKGROUND_SYNC=false
#
# At which interval does the background task sync in milliseconds.
# 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_INTERVAL='every 1 hour'
#
#- LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=false
#