feature/backstage #13

Merged
gitea_admin merged 5 commits from feature/backstage into main 2026-04-23 18:45:57 +00:00
Showing only changes of commit 1f67ccab3f - Show all commits

View File

@@ -46,9 +46,6 @@ upstream:
backend: backend:
baseUrl: http://localhost:7007 baseUrl: http://localhost:7007
Ghost marked this conversation as resolved
Review

Hardcoded localhost URL will break in Kubernetes deployment; use proper service URL or environment variable.

        baseUrl: https://backstage.forteapps.net

#ai-review-inline

Hardcoded localhost URL will break in Kubernetes deployment; use proper service URL or environment variable. ```suggestion baseUrl: https://backstage.forteapps.net ``` #ai-review-inline
database:
client: better-sqlite3
connection: ":memory:"
# -- Keycloak OIDC authentication # -- Keycloak OIDC authentication
signInPage: oidc signInPage: oidc