Files
backstage/app-config.production.yaml
RBER Admin 39b305b1ae
All checks were successful
continuous-integration/drone/push Build is passing
Add backend.reading.allow for git.rber.bj
2025-12-09 15:45:22 +00:00

45 lines
968 B
YAML

app:
title: RBER Developer Portal
baseUrl: http://backstage.rber.bj
organization:
name: RBER - Réseau Béninois pour l'Éducation et la Recherche
backend:
baseUrl: http://backstage.rber.bj
listen:
port: 7007
cors:
origin: http://backstage.rber.bj
reading:
allow:
- host: git.rber.bj
database:
client: pg
connection:
host: ${POSTGRES_HOST}
port: ${POSTGRES_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
database: ${POSTGRES_DB}
integrations:
gitea:
- host: git.rber.bj
baseUrl: http://git.rber.bj
token: ${GITEA_TOKEN}
auth:
providers:
guest:
dangerouslyAllowOutsideDevelopment: true
catalog:
rules:
- allow: [Component, System, API, Resource, Location, Template]
locations:
- type: url
target: http://git.rber.bj/rber/backstage-templates/raw/branch/main/templates/node-api/template.yaml
rules:
- allow: [Template]