-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeelconfig.yaml
36 lines (32 loc) · 1 KB
/
keelconfig.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
environment:
- name: TEST
value: defaultconfig
auth:
tokens:
accessTokenExpiry: 60000
refreshTokenExpiry: 600000
refreshTokenRotationEnabled: true
redirectUrl: http://localhost:8000/signedin
providers:
- type: oidc
name: AuthZero
issuerUrl: https://dev-skhlutl45lbqkvhv.us.auth0.com/
clientId: 7hNx6BWSA5qofBClGUdMkbcF0dQqLKyY
- type: google
name: google
clientId: 247884616520-22ts8a09i4qrdk64fq8jrgorcn08blf8.apps.googleusercontent.com
- type: facebook
name: fb
clientId: 275725305447566
- type: gitlab
name: gitlab
clientId: 18c6dcb0ac290380a8af740fcb5a665d676e104e603008cd609ad7920785f62d
- type: google
name: google_client
clientId: 174314733488-2n6f4a92m7232u1m8rmoa1qjofpqe49h.apps.googleusercontent.com
issuerUrl: https://accounts.google.com
secrets:
- name: AUTH_PROVIDER_SECRET_GOOGLE
- name: AUTH_PROVIDER_SECRET_AUTHZERO
- name: AUTH_PROVIDER_SECRET_FB
- name: AUTH_PROVIDER_SECRET_GITLAB