generated from humanitec-architecture/backstage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-config.production.yaml
47 lines (43 loc) · 1.29 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
39
40
41
42
43
44
45
46
47
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:
environment: development
providers:
google:
development:
clientId: ${AUTH_GOOGLE_CLIENT_ID}
clientSecret: ${AUTH_GOOGLE_CLIENT_SECRET}
signIn:
resolvers:
# typically you would pick one of these
- resolver: emailMatchingUserEntityProfileEmail
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/${GITHUB_ORG_ID}/backstage/blob/main/templates/node-service/template.yaml
rules:
- allow: [Template]
- type: url
target: https://github.com/${GITHUB_ORG_ID}/backstage/blob/main/templates/podinfo-example/template.yaml
rules:
- allow: [Template]
- type: url
target: https://github.com/${GITHUB_ORG_ID}/backstage/blob/main/examples/org.yaml
rules:
- allow: [User, Group]