forked from janus-idp/backstage-showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-config.example.yaml
50 lines (42 loc) · 962 Bytes
/
app-config.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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