This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user