Merge pull request #25106 from johanhammar/fix-broken-url

fix: fix broken node-postgres url
This commit is contained in:
Ben Lambert
2024-06-11 12:00:39 +02:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Fixed a broken link to the node-postgres documentation
+1 -1
View File
@@ -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'
@@ -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: