without example
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
app:
|
||||
title: Scaffolded Backstage App
|
||||
title: Nefarious
|
||||
baseUrl: http://localhost:3000
|
||||
|
||||
organization:
|
||||
name: My Company
|
||||
name: Kjuulh
|
||||
|
||||
backend:
|
||||
# Used for enabling authentication, secret is shared by all backend plugins
|
||||
@@ -45,6 +45,11 @@ integrations:
|
||||
# - host: ghe.example.net
|
||||
# apiBaseUrl: https://ghe.example.net/api/v3
|
||||
# token: ${GHE_TOKEN}
|
||||
gitea:
|
||||
- host: git.front.kjuulh.io
|
||||
baseUrl: https://git.front.kjuulh.io/api/v2
|
||||
username: kjuulh
|
||||
password: 1a52087b213ebcec826e3d7a5c19857224c9621b
|
||||
|
||||
proxy:
|
||||
'/test':
|
||||
@@ -64,33 +69,30 @@ techdocs:
|
||||
|
||||
auth:
|
||||
# see https://backstage.io/docs/auth/ to learn about auth providers
|
||||
providers: {}
|
||||
providers:
|
||||
github:
|
||||
development:
|
||||
clientId: ${AUTH_GITHUB_CLIENT_ID}
|
||||
clientSecret: ${AUTH_GITHUB_CLIENT_SECRET}
|
||||
|
||||
scaffolder:
|
||||
# see https://backstage.io/docs/features/software-templates/configuration for software template options
|
||||
|
||||
catalog:
|
||||
import:
|
||||
entityFilename: catalog-info.yaml
|
||||
pullRequestBranchName: backstage-integration
|
||||
rules:
|
||||
- allow: [Component, System, API, Resource, Location]
|
||||
locations:
|
||||
# Local example data, file locations are relative to the backend process, typically `packages/backend`
|
||||
- type: file
|
||||
target: ../../examples/entities.yaml
|
||||
|
||||
# Local example template
|
||||
- type: file
|
||||
target: ../../examples/template/template.yaml
|
||||
rules:
|
||||
- allow: [Template]
|
||||
|
||||
# Local example organizational data
|
||||
- type: file
|
||||
target: ../../examples/org.yaml
|
||||
rules:
|
||||
- allow: [User, Group]
|
||||
- allow:
|
||||
[
|
||||
Component,
|
||||
System,
|
||||
API,
|
||||
Resource,
|
||||
Location
|
||||
]
|
||||
providers:
|
||||
github:
|
||||
kjuulh: {}
|
||||
gitea:
|
||||
kjuulh: {}
|
||||
|
||||
## Uncomment these lines to add more example data
|
||||
# - type: url
|
||||
|
Reference in New Issue
Block a user