Merge pull request 'Rename POSTGRES_CONNECTION_STRING to DB_CONNECTION_STRING in pocketid-secret.json' (#39) from dev into main

Reviewed-on: #39
This commit is contained in:
2025-08-30 07:39:42 +00:00

View File

@@ -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"
}
}