-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-config.production.yaml
54 lines (49 loc) · 1.19 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
48
49
50
51
52
53
54
app:
baseUrl: https://${CUSTOM_DOMAIN}
organization:
name: ERNI-Academy
backend:
baseUrl: https://${CUSTOM_DOMAIN}
listen:
port: 80
cors:
origin: https://${CUSTOM_DOMAIN}
database:
client: pg
connection:
host: ${POSTGRES_HOST}
port: ${POSTGRES_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
ssl: true
integrations:
github:
- host: github.com
token: ${GITHUB_TOKEN}
auth:
environment: production
providers:
microsoft:
production:
clientId: ${AZURE_CLIENT_ID}
clientSecret: ${AZURE_CLIENT_SECRET}
tenantId: ${AZURE_TENANT_ID}
domainHint: ${AZURE_TENANT_ID}
additionalScopes:
- Mail.Send
github:
production:
clientId: ${GITHUB_ORG_OATH_CLIENT_ID}
clientSecret: ${GITHUB_ORG_OATH_CLIENT_SECRET}
ssl: true
development:
clientId: ${GITHUB_ORG_OATH_CLIENT_ID}
clientSecret: ${GITHUB_ORG_OATH_CLIENT_SECRET}
techdocs:
builder: 'external'
publisher:
type: 'azureBlobStorage'
azureBlobStorage:
containerName: ${TECHDOCS_CONTAINER_NAME}
credentials:
accountName: ${TECHDOCS_STORAGE_ACCOUNT}