From 40f4c688a6ca9a4e0accc1b73e64497397de065f Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 26 Jan 2026 01:19:39 +0100 Subject: [PATCH] Sogo: change config 3 --- sogo/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/sogo/configmap.yaml b/sogo/configmap.yaml index e66ae33..a0f8559 100644 --- a/sogo/configmap.yaml +++ b/sogo/configmap.yaml @@ -15,6 +15,7 @@ data: SOGoProfileURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_user_profile" OCSFolderInfoURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_folder_info" OCSSessionsFolderURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_sessions_folder" + OCSAclURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_acl" # General Settings SOGoTimeZone: Europe/Amsterdam