From 2d4f7f0a158b97144d49286363c4b17724bcb7cf Mon Sep 17 00:00:00 2001 From: Michael Dunton Date: Mon, 12 Dec 2022 14:46:25 -0500 Subject: [PATCH] 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 --- docs/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index fc5b02e6f4..0441d3f589 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -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}