Merge pull request #15187 from Mike-Dunton/patch-1

Documentation Fix node-postgres config options URL
This commit is contained in:
Fredrik Adelöw
2022-12-13 23:04:22 +01:00
committed by GitHub
+1 -1
View File
@@ -79,7 +79,7 @@ backend:
database:
- client: better-sqlite3
- connection: ':memory:'
+ # config options: https://node-postgres.com/api/client
+ # config options: https://node-postgres.com/apis/client
+ client: pg
+ connection:
+ host: ${POSTGRES_HOST}