Files
backstage/app-config.production.yaml
RBER Admin 088162417f
All checks were successful
continuous-integration/drone/push Build is passing
Add Gitea integration
2025-12-09 11:04:37 +00:00

40 lines
819 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
database:
client: pg
connection:
host: ${POSTGRES_HOST}
port: ${POSTGRES_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
database: ${POSTGRES_DB}
# Intégration Gitea
integrations:
gitea:
- host: git.rber.bj
baseUrl: http://git.rber.bj
token: ${GITEA_TOKEN}
auth:
providers:
guest:
dangerouslyAllowOutsideDevelopment: true
# Catalogue - importer les repos Gitea
catalog:
rules:
- allow: [Component, System, API, Resource, Location, Template]
locations: []