forked from davidje13/Refacto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
46 lines (46 loc) · 1.03 KB
/
default.json
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
{
"port": 5000,
"forwardHost": "",
"mockSsoPort": 0,
"serverBindAddress": "",
"trustProxy": false,
"password": {
"workFactor": 10,
"secretPepper": ""
},
"passwordCheck": {
"baseUrl": "https://api.pwnedpasswords.com"
},
"token": {
"secretPassphrase": ""
},
"encryption": {
"secretKey": ""
},
"db": {
"url": "memory://refacto"
},
"sso": {
"google": {
"clientId": "",
"authUrl": "https://accounts.google.com/o/oauth2/auth",
"tokenInfoUrl": "https://oauth2.googleapis.com/tokeninfo"
},
"github": {
"clientId": "",
"clientSecret": "",
"authUrl": "https://github.com/login/oauth/authorize",
"accessTokenUrl": "https://github.com/login/oauth/access_token",
"userUrl": "https://api.github.com/user"
},
"gitlab": {
"clientId": "",
"authUrl": "https://gitlab.com/oauth/authorize",
"tokenInfoUrl": "https://gitlab.com/oauth/token/info"
}
},
"giphy": {
"baseUrl": "https://api.giphy.com/v1",
"apiKey": ""
}
}