-
Notifications
You must be signed in to change notification settings - Fork 4
/
keystone.yaml
63 lines (63 loc) · 1.15 KB
/
keystone.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
57
58
59
60
61
62
63
project_id: f2358224-4301-4241-81f1-eb7d12787465
name: keystone
env:
- key: JWT_SALT
strict: true
- key: GITHUB_CLIENT_ID
strict: true
- key: GITHUB_CLIENT_SECRET
strict: true
- key: GITLAB_CLIENT_ID
strict: true
- key: GITLAB_CLIENT_SECRET
strict: true
- key: DEPLOY_GITHUB_TOKEN
strict: true
- key: SNAP_STORE_LOGIN
strict: true
- key: AUTH_PROXY
strict: true
- key: MANDRILL_API_KEY
strict: true
- key: REDIS_HOST
strict: true
- key: REDIS_PORT
strict: true
- key: REDIS_INDEX
strict: true
- key: STRIPE_KEY
strict: true
- key: DOMAIN
strict: true
- key: STRIPE_WEBHOOK_SECRET
strict: true
- key: STRIPE_PRICE
strict: true
- key: DB_PASSWORD
strict: true
- key: DATABASE_URL
strict: true
- key: DB_HOST
strict: true
- key: DB_NAME
strict: true
- key: DB_USER
strict: true
- key: SNAPCRAFT_STORE_CREDENTIALS
strict: true
files:
- path: api/keystone-server-credentials.json
strict: false
options:
strict: false
ci_services:
- name: homebrew-keystone
type: github-ci
options:
Owner: wearedevx
Project: homebrew-keystone
- name: keystone-main
type: github-ci
options:
Owner: wearedevx
Project: keystone