forked from EdgeApp/edge-react-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example.json
More file actions
38 lines (36 loc) · 842 Bytes
/
env.example.json
File metadata and controls
38 lines (36 loc) · 842 Bytes
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
{
"-------- api keys --------": 0,
"AIRBITZ_API_KEY": "xxxx",
"BUGSNAG_API_KEY": "xxxx",
"CHANGE_NOW_API_KEY": "xxxx",
"ETHERSCAN_API_KEY": "xxxx",
"INFURA_PROJECT_ID": "xxxx",
"PLUGIN_API_KEYS": {
"Bitrefill": "xxxx"
},
"SHAPESHIFT_API_KEY": "xxxx",
"SHAPESHIFT_CLIENT_ID": "xxxx",
"SHAPESHIFT_SECRET": "xxxx",
"-------- core plugin options (remove `x_` to activate) --------": 0,
"x_CHANGELLY_INIT": {
"apiKey": "xxxx",
"secret": "xxxx"
},
"x_CURRENCYCONVERTERAPI_INIT": {
"apiKey": "xxxx"
},
"x_SIDESHIFT_INIT": {
"testerId": "xxxx"
},
"x_FAAST_INIT": {
"affiliateId": "xxxx",
"affiliateMargin": 0.5
},
"x_NOMICS_INIT": {
"apiKey": "xxxx"
},
"-------- app options --------": 0,
"DEBUG_CORE_BRIDGE": false,
"USE_FAKE_CORE": false,
"USE_FIREBASE": true
}