-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapp-config.production.yaml
38 lines (34 loc) · 1.02 KB
/
app-config.production.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
app:
baseUrl: http://localhost:7007
backend:
baseUrl: http://localhost:7007
listen: ':7007'
database:
client: pg
connection:
host: ${POSTGRES_HOST}
port: ${POSTGRES_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
auth:
providers:
guest:
dangerouslyAllowOutsideDevelopment: true
catalog:
rules:
- allow: [Component, System, API, Resource, Location]
locations:
- type: url
target: https://github.com/${GITHUB_ORG_ID}/backstage/blob/main/catalog-info.yaml
- type: url
target: https://github.com/humanitec-architecture/backstage-catalog-templates/blob/v0.2.0/node-service/template.yaml
rules:
- allow: [Template]
- type: url
target: https://github.com/humanitec-architecture/backstage-catalog-templates/blob/v0.2.0/podinfo/template.yaml
rules:
- allow: [Template]
- type: url
target: https://github.com/${GITHUB_ORG_ID}/backstage/blob/main/examples/org.yaml
rules:
- allow: [User, Group]