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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user