-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathapp-config.yaml
More file actions
79 lines (71 loc) · 1.58 KB
/
app-config.yaml
File metadata and controls
79 lines (71 loc) · 1.58 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
app:
title: DCM
baseUrl: http://localhost:3000
support:
url: https://github.com/redhat-developer/rhdh-plugins/issues
items:
- title: Issues
icon: github
links:
- url: https://github.com/redhat-developer/rhdh-plugins/issues
title: GitHub Issues
organization:
name: DCM
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:'
integrations:
github:
- host: github.com
token: ${GITHUB_TOKEN}
techdocs:
builder: 'local'
generator:
runIn: 'docker'
publisher:
type: 'local'
auth:
providers:
guest: {}
permission:
enabled: true
rbac:
policyFileReload: true
pluginsWithPermission:
- catalog
- scaffolder
- permission
- dcm
admin:
users:
- name: group:default/admins
- name: user:default/guest
superUsers:
- name: group:default/admins
- name: user:default/guest
scaffolder: {}
catalog:
import:
entityFilename: catalog-info.yaml
pullRequestBranchName: backstage-integration
rules:
- allow: [Component, System, API, Resource, Location]
locations:
- type: file
target: ../../examples/entities.yaml
rules:
- allow: [Component, System, API, Resource, Location]
- type: file
target: ../../examples/org.yaml
rules:
- allow: [User, Group]