-
Notifications
You must be signed in to change notification settings - Fork 8
/
app-config.5min.yaml
66 lines (57 loc) · 1.4 KB
/
app-config.5min.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
app:
baseUrl: http://localhost:7007
backend:
baseUrl: http://localhost:7007
listen: ":7007"
csp:
connect-src: ["'self'", "http:", "https:"]
database:
client: pg
connection:
host: ${POSTGRES_HOST}
port: ${POSTGRES_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
proxy:
auth:
providers:
guest:
dangerouslyAllowOutsideDevelopment: true
integrations:
gitea:
- host: 5min-idp-control-plane:30443
username: "5minadmin"
password: "5minadmin"
techdocs:
builder: "local"
generator:
runIn: "local"
publisher:
type: "local"
organization:
name: Humanitec
scaffolder:
catalog:
orphanStrategy: delete
rules:
- allow: [Component, System, API, Resource, Location, Template]
locations:
- type: file
target: catalog-info.yaml
- type: url
target: https://github.com/humanitec-architecture/backstage-catalog-templates/blob/main/5min-node-service/template.yaml
rules:
- allow: [Template]
- type: url
target: https://github.com/humanitec-architecture/backstage-catalog-templates/blob/main/5min-podinfo/template.yaml
rules:
- allow: [Template]
- type: file
target: examples/org.yaml
rules:
- allow: [User, Group]
humanitec:
orgId: ${HUMANITEC_ORG_ID}
token: ${HUMANITEC_TOKEN}
cloudProvider: ${CLOUD_PROVIDER}
githubOrgId: ${GITHUB_ORG_ID}