Merge pull request #331 from pikasTech/fix/d601-v03-openfga-dsn

fix: 兼容 D601 v03 OpenFGA PG 连接串
This commit is contained in:
Lyon
2026-06-13 19:05:24 +08:00
committed by GitHub
+1 -1
View File
@@ -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: