diff --git a/app-config.production.yaml b/app-config.production.yaml index 0066d68..77f8874 100644 --- a/app-config.production.yaml +++ b/app-config.production.yaml @@ -20,7 +20,6 @@ backend: password: ${POSTGRES_PASSWORD} database: ${POSTGRES_DB} -# Intégration Gitea integrations: gitea: - host: git.rber.bj @@ -32,8 +31,11 @@ auth: guest: dangerouslyAllowOutsideDevelopment: true -# Catalogue - importer les repos Gitea catalog: rules: - allow: [Component, System, API, Resource, Location, Template] - locations: [] + locations: + - type: url + target: http://git.rber.bj/rber/backstage-templates/raw/branch/main/templates/node-api/template.yaml + rules: + - allow: [Template]