diff --git a/app-config.production.yaml b/app-config.production.yaml index e984a56..0066d68 100644 --- a/app-config.production.yaml +++ b/app-config.production.yaml @@ -9,12 +9,8 @@ backend: baseUrl: http://backstage.rber.bj listen: port: 7007 - csp: - connect-src: ["'self'", "http:", "https:"] - upgrade-insecure-requests: false cors: origin: http://backstage.rber.bj - database: client: pg connection: @@ -24,11 +20,19 @@ backend: 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]