Fix Node-Postgres config options URL

While following along with the getting started documentation, I wanted to change the user provided to the connection string. When using the link in the comment it took my to a 404 page. I found the correct link. 

Signed-off-by: Michael Dunton <Mike-Dunton@users.noreply.github.com>
This commit is contained in:
Michael Dunton
2022-12-12 14:46:25 -05:00
committed by GitHub
parent f95d872d31
commit 2d4f7f0a15
+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}