forked from EdgeApp/edge-react-gui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.example.json
61 lines (58 loc) · 1.13 KB
/
env.example.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"-------- api keys --------": 0,
"AIRBITZ_API_KEY": "xxxx",
"BUGSNAG_API_KEY": "xxxx",
"-------- GUI plugin options --------": 0,
"PLUGIN_API_KEYS": {
"Bitrefill": "xxxx"
},
"-------- core plugin options (remove `x_` to activate) --------": 0,
"x_CHANGELLY_INIT": {
"apiKey": "xxxx",
"secret": "xxxx"
},
"x_CHANGE_NOW_INIT": {
"apiKey": ""
},
"x_COINSWITCH_INIT": {
"apiKey": ""
},
"x_CURRENCYCONVERTERAPI_INIT": {
"apiKey": "xxxx"
},
"x_ETHEREUM_INIT": {
"etherscanApiKey": "",
"infuraProjectId": ""
},
"x_FAAST_INIT": {
"affiliateId": "xxxx",
"affiliateMargin": 0.5
},
"x_FOX_INIT": {
"apiKey": ""
},
"x_GODEX_INIT": {
"apiKey": "xxxx"
},
"x_MONERO_INIT": {
"apiKey": ""
},
"x_NOMICS_INIT": {
"apiKey": "xxxx"
},
"x_SHAPESHIFT_INIT": {
"apiKey": "xxxx",
"clientId": "xxxx",
"secret": "xxxx"
},
"x_TOTLE_INIT": {
"affiliateContract": "xxxx"
},
"X_COINSWITCH_INIT": {
"apiKey": "xxxx"
},
"-------- app options --------": 0,
"DEBUG_CORE_BRIDGE": false,
"USE_FAKE_CORE": false,
"USE_FIREBASE": true
}