From ea400ce405eab41a2bcd1fc063043a21c33dcdd2 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Sat, 10 Nov 2018 15:30:16 +0100 Subject: [PATCH] set sync_gab_realtime by default to no mentioned in #15 Signed-off-by: Felix Bartels --- docker-compose.yml-example | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml-example b/docker-compose.yml-example index 302ec6b..63c2acc 100644 --- a/docker-compose.yml-example +++ b/docker-compose.yml-example @@ -164,6 +164,7 @@ services: - KCCONF_SERVER_SSLKEYS_PATH=/kopano/ssl/clients - KCCONF_SERVER_PROXY_HEADER=* # delete line if webapp is not behind reverse proxy - KCCONF_SERVER_SYSTEM_EMAIL_ADDRESS=${POSTMASTER_ADDRESS} + - KCCONF_SERVER_SYNC_GAB_REALTIME=no - KCCONF_LDAP_LDAP_URI=${LDAP_SERVER} - KCCONF_LDAP_LDAP_BIND_USER=${LDAP_BIND_DN} - KCCONF_LDAP_LDAP_BIND_PASSWD=${LDAP_BIND_PW}