From 1c49da8e6f160381abfe8332f78b0b2a55ea2bac Mon Sep 17 00:00:00 2001 From: Juan Pablo Garcia Ripa Date: Wed, 18 Feb 2026 15:02:53 +0100 Subject: [PATCH] fix: danger note taking the whole section (#32906) Signed-off-by: Juan Pablo Garcia Ripa --- docs/getting-started/config/database.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/config/database.md b/docs/getting-started/config/database.md index a6ef95ae73..7f85e173c9 100644 --- a/docs/getting-started/config/database.md +++ b/docs/getting-started/config/database.md @@ -106,6 +106,8 @@ When filling these out, you have 2 choices, If you opt for the second option of replacing the entire string, take care to not commit your `app-config.yaml` to source control. It may contain passwords that you don't want leaked. +::: + ## Passwordless PostgreSQL in the Cloud If you want to host your PostgreSQL server in the cloud with passwordless authentication, you can use Azure Database for PostgreSQL with Microsoft Entra authentication or Google Cloud SQL for PostgreSQL with Cloud IAM. @@ -188,8 +190,6 @@ backend: # highlight-remove-end ``` -::: - [Start the Backstage app](../index.md#2-run-the-backstage-app): ```shell