mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
sogo ssldisable
This commit is contained in:
+4
-4
@@ -12,10 +12,10 @@ data:
|
|||||||
SOGoForceIMAPLoginWithEmail: true
|
SOGoForceIMAPLoginWithEmail: true
|
||||||
|
|
||||||
# Database Configuration
|
# Database Configuration
|
||||||
SOGoProfileURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_user_profile"
|
SOGoProfileURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_user_profile?sslmode=disable"
|
||||||
OCSFolderInfoURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_folder_info"
|
OCSFolderInfoURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_folder_info?sslmode=disable"
|
||||||
OCSSessionsFolderURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_sessions_folder"
|
OCSSessionsFolderURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_sessions_folder?sslmode=disable"
|
||||||
OCSAclURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_acl"
|
OCSAclURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_acl?sslmode=disable"
|
||||||
|
|
||||||
# General Settings
|
# General Settings
|
||||||
SOGoTimeZone: Europe/Amsterdam
|
SOGoTimeZone: Europe/Amsterdam
|
||||||
|
|||||||
@@ -23,3 +23,4 @@ spec:
|
|||||||
parameters:
|
parameters:
|
||||||
max_connections: "100"
|
max_connections: "100"
|
||||||
shared_buffers: "256MB"
|
shared_buffers: "256MB"
|
||||||
|
ssl: "off"
|
||||||
|
|||||||
Reference in New Issue
Block a user