-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcommon.json.example
More file actions
39 lines (39 loc) · 980 Bytes
/
common.json.example
File metadata and controls
39 lines (39 loc) · 980 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
39
{
"dir_log": "logs",
"debug": 0,
"orks": {
"cluster-1": {
"rpcPublicKey": "RPC_PUBLIC_KEY"
}
},
"staticRootPath": "/home/user/dev/miningos-app-ui/build/",
"cacheTiming": {
"/auth/list-things": "15s",
"/auth/tail-log": "15s",
"/auth/actions/batch": "30s",
"/auth/actions/:type": "30s",
"/auth/actions/:type/:id": "30s",
"/auth/global/data": "30s",
"/auth/site/status/live": "15s"
},
"featureConfig": {
"comments": true,
"inventory": false,
"lvCabinetWidgets": true,
"poolStats": true,
"powerAvailable": true,
"reporting": true,
"settings": true,
"isOneMinItvEnabled": false,
"powerModeTimeline": false,
"totalSystemConsumptionChart": false,
"exportHistKpiDashboard": false,
"showMinerConsumptionDashboard": false,
"totalSystemConsumptionHeader": false,
"energyProvision": true,
"admeStats": true
},
"ttl": 300,
"site": "SITE_NAME",
"rpcTimeout" : 15000
}