From 9c0932bdd45c9eb29a33d901800c49f07f6f82af Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 30 Aug 2025 09:38:35 +0200 Subject: [PATCH] Rename POSTGRES_CONNECTION_STRING to DB_CONNECTION_STRING in pocketid-secret.json --- pocketid/pocketid-secret.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocketid/pocketid-secret.json b/pocketid/pocketid-secret.json index fb5d976..4da5935 100644 --- a/pocketid/pocketid-secret.json +++ b/pocketid/pocketid-secret.json @@ -11,6 +11,6 @@ "PUID": "1000", "PGID": "1000", "DB_PROVIDER": "postgres", - "POSTGRES_CONNECTION_STRING": "postgresql://#POSTGRES_USER:#POSTGRES_PASSWORD@pocketidpostgres-db:5432/#POSTGRES_DB" + "DB_CONNECTION_STRING": "postgresql://#POSTGRES_USER:#POSTGRES_PASSWORD@pocketidpostgres-db:5432/#POSTGRES_DB" } } \ No newline at end of file -- 2.49.1