fix: broken link to node-postgres docs

Signed-off-by: Marcus Lindfeldt <marcus.lindfeldt@gmail.com>
This commit is contained in:
Marcus Lindfeldt
2023-05-11 16:26:38 +02:00
committed by GitHub
parent ec9e6fb908
commit 12be418d14
+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}