Merge pull request #17756 from marcuslindfeldt/patch-1

fix: broken link to node-postgres docs
This commit is contained in:
Patrik Oldsberg
2023-05-17 00:29:46 +02:00
committed by GitHub
+2 -2
View File
@@ -37,7 +37,7 @@ backend:
connection: ':memory:'
# highlight-remove-end
# highlight-add-start
# config options: https://node-postgres.com/api/client
# config options: https://node-postgres.com/apis/client
client: pg
connection:
host: ${POSTGRES_HOST}
@@ -72,7 +72,7 @@ backend:
connection: ':memory:'
# highlight-remove-end
# highlight-add-start
# config options: https://node-postgres.com/api/client
# config options: https://node-postgres.com/apis/client
client: pg
connection:
host: ${POSTGRES_HOST}