From 6149dca39a4031840691d6f4af451a3524d82f53 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 13 Jun 2026 10:53:33 +0000 Subject: [PATCH] fix: make D601 OpenFGA DSN pg-compatible --- config/platform-db/postgres-pk01.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/platform-db/postgres-pk01.yaml b/config/platform-db/postgres-pk01.yaml index 99248073..590a304a 100644 --- a/config/platform-db/postgres-pk01.yaml +++ b/config/platform-db/postgres-pk01.yaml @@ -491,7 +491,7 @@ exports: sourceSecretRef: platform-db/hwlab-d601-v03-db.env render: envKey: DATASTORE_URI - format: postgresql://$(HWLAB_D601_V03_DB_USER):$(HWLAB_D601_V03_DB_PASSWORD)@$(PGHOST):5432/$(HWLAB_D601_V03_DB_NAME)?sslmode=require&uselibpqcompat=true + format: postgresql://$(HWLAB_D601_V03_DB_USER):$(HWLAB_D601_V03_DB_PASSWORD)@$(PGHOST):5432/$(HWLAB_D601_V03_DB_NAME)?sslmode=require variables: PGHOST: 82.156.23.220 writeToSecretSource: