-
Notifications
You must be signed in to change notification settings - Fork 6
/
app-config.yaml
56 lines (48 loc) · 1.13 KB
/
app-config.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
awards:
storage:
fs: {}
app:
title: SeatGeek Backstage Plugins Demo Site
baseUrl: http://127.0.0.1:3000
organization:
name: SeatGeek
backend:
baseUrl: http://127.0.0.1:7007
listen:
port: 7007
csp:
connect-src: ["'self'", 'http:', 'https:']
cors:
origin: http://127.0.0.1:3000
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]
credentials: true
database:
client: better-sqlite3
connection: ':memory:'
techdocs:
builder: 'local'
generator:
runIn: 'docker'
publisher:
type: 'local'
auth:
environment: development
providers:
guest: {}
catalog:
rules:
- allow: [Component, System, API, Resource, Location, User, Group, Template]
locations:
- type: file
target: ../../mock-catalog/organization.yaml
- type: file
target: ../../mock-catalog/entities.yaml
- type: file
target: ../../mock-catalog/templates/create-postgres-database.yaml
- type: file
target: ../../mock-catalog/templates/create-python-module.yaml
slackCatalog:
token: ${SLACK_API_TOKEN_CATALOG}
gitlabCatalog:
host: ${GITLAB_HOST_CATALOG}
token: ${GITLAB_TOKEN_CATALOG}