From dccd747193e9c3bbbcaf281e8b70cbf4f8e1f8f4 Mon Sep 17 00:00:00 2001 From: RBER Admin Date: Tue, 9 Dec 2025 12:23:08 +0000 Subject: [PATCH] Add template location --- app-config.production.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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]