-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-config.example.yaml
39 lines (37 loc) · 1.21 KB
/
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
auth:
providers:
guest:
dangerouslyAllowOutsideDevelopment: true
userEntityRef: user:default/guest
catalog:
locations:
- type: file
target: ../../default-catalog/catalog-info.yaml
- type: file
target: ../../examples/entities.yaml
- type: file
target: ../../examples/org.yaml
- type: file
target: ../../examples/all.yaml
- type: file
target: ../../examples/acme-corp.yaml
## Uncomment the following to enable Plausible analytics in development mode
# plausible:
# enabled: true
# dataDomain: backstage.localhost
# sourceUrl: http://plausible.localhost/js/script.js
## Uncomment the following to enable GitHub authentication in development mode
# auth:
# environment: development
# providers:
# guest:
# dangerouslyAllowOutsideDevelopment: true
# github:
# development:
# clientId: ${GITHUB_CLIENT_ID}
# clientSecret: ${GITHUB_CLIENT_SECRET}
# signIn:
# resolvers:
# # Matches the GitHub username with the Backstage user entity name.
# # See https://backstage.io/docs/auth/github/provider#resolvers for more resolvers.
# - resolver: usernameMatchingUserEntityName