-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.json.sample
48 lines (48 loc) · 1.01 KB
/
config.json.sample
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
{
"timeInterval": "month",
"endDate": "2018-01",
"outputPath": "./index.txt",
"outputDelay": 5000,
"coinApiKey": "xxx",
"coinMarketCapAPiKey": "xxx",
"shapeShiftApiKey": "xxx",
"shapeShiftToken": "xxx",
"banxaToken": "xxx",
"libertyXApiKey": "xxx",
"changellyApiKey": "xxx",
"changenowApiKey": "xxx",
"changellyApiSecret": "xxx",
"faastAffiliateId": "xxx",
"faastSecret": "xxx",
"totleApiKey": "xxx",
"foxCredentials": {
"apiKey": "xxx",
"secretToken": "xxx"
},
"bitrefillCredentials": {
"apiKey": "xxx",
"apiSecret": "xxx"
},
"godex": {
"apiKey": "xxx"
},
"coinswitch": {
"apiKey": "xxx"
},
"moonpayApiKey": "xxx",
"wyre": {
"periscopeClientKey": "xxx"
},
"bity": {
"clientId": "",
"clientSecret": ""
},
"paytrieCredentials": {
"apiKey": "xxx",
"secretToken": "xxx"
},
"switchainApiKey" : "",
"transak_api_secret": "xxx",
"coinMarketCapExcludeLookup": ["USD", "EUR", "GBP"],
"coinApiExcludeLookup": ["USD", "EUR", "GBP"]
}