51 lines
962 B
YAML
51 lines
962 B
YAML
app:
|
|
title: Janus IDP Backstage Showcase
|
|
baseUrl: http://localhost:3000
|
|
|
|
organization:
|
|
name: My Org
|
|
|
|
backend:
|
|
baseUrl: http://localhost:7007
|
|
listen:
|
|
port: 7007
|
|
csp:
|
|
connect-src:
|
|
- "'self'"
|
|
- 'http:'
|
|
- 'https:'
|
|
cors:
|
|
origin: http://localhost:3000
|
|
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]
|
|
credentials: true
|
|
database:
|
|
client: better-sqlite3
|
|
connection: ':memory:'
|
|
|
|
proxy:
|
|
skipInvalidProxies: true
|
|
endpoints: {}
|
|
|
|
lighthouse:
|
|
baseUrl: temp
|
|
|
|
dynatrace:
|
|
baseUrl: temp
|
|
|
|
techdocs:
|
|
builder: external
|
|
|
|
auth:
|
|
environment: development
|
|
|
|
catalog:
|
|
import:
|
|
entityFilename: catalog-info.yaml
|
|
pullRequestBranchName: backstage-integration
|
|
rules:
|
|
- allow: [Component, System, Group, Resource, Location, Template, API]
|
|
locations:
|
|
# Note: integrations.github[].apps must be correctly configured to read GitHub locations
|
|
- type: file
|
|
target: ../../catalog-entities/all.yaml
|