fix: danger note taking the whole section (#32906)

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
This commit is contained in:
Juan Pablo Garcia Ripa
2026-02-18 15:02:53 +01:00
committed by GitHub
parent 040d921844
commit 1c49da8e6f
+2 -2
View File
@@ -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