From 01e646a032b65265ebea63dfba7a47eb7e5d867e Mon Sep 17 00:00:00 2001 From: Johan Hammar Date: Sun, 9 Jun 2024 18:27:20 +0200 Subject: [PATCH] fix: fix broken node-postgres url Signed-off-by: Johan Hammar --- docs/deployment/flightcontrol.md | 2 +- .../create-app/templates/default-app/app-config.production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/flightcontrol.md b/docs/deployment/flightcontrol.md index 6078d931fb..5d59371b47 100644 --- a/docs/deployment/flightcontrol.md +++ b/docs/deployment/flightcontrol.md @@ -123,7 +123,7 @@ backend: # all interfaces, the most permissive setting. The right value depends on your specific deployment. listen: ':7007' - # config options: https://node-postgres.com/api/client + # config options: https://node-postgres.com/apis/client database: client: pg pluginDivisionMode: 'schema' diff --git a/packages/create-app/templates/default-app/app-config.production.yaml b/packages/create-app/templates/default-app/app-config.production.yaml index 05b02acd4f..5532d9067e 100644 --- a/packages/create-app/templates/default-app/app-config.production.yaml +++ b/packages/create-app/templates/default-app/app-config.production.yaml @@ -13,7 +13,7 @@ backend: # all interfaces, the most permissive setting. The right value depends on your specific deployment. listen: ':7007' - # config options: https://node-postgres.com/api/client + # config options: https://node-postgres.com/apis/client database: client: pg connection: