From 782d0b620988628f40f50f9cd824f6652cfb0dd9 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 20 Dec 2019 16:03:46 +0200 Subject: Upgrade to Meteor 1.8.3 and Node 8.17.0. Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 ! --- torodb-postgresql/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'torodb-postgresql') diff --git a/torodb-postgresql/docker-compose.yml b/torodb-postgresql/docker-compose.yml index 550752a5..7a7ad9c8 100644 --- a/torodb-postgresql/docker-compose.yml +++ b/torodb-postgresql/docker-compose.yml @@ -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 -- cgit v1.2.3-1-g7c22