forked from lamassu/lamassu-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
software_config.json
73 lines (73 loc) · 1.63 KB
/
software_config.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
62
63
64
65
66
67
68
69
70
71
72
73
{
"brain": {
"connectingTimeout": 40000,
"qrTimeout": 60000,
"goodbyeTimeout": 2000,
"invalidAddressTimeout": 10000,
"billTimeout": 60000,
"completedTimeout": 60000,
"periodicLogInterval": 3600000,
"insufficientFundsTimeout": 30000,
"confirmTimeout": 60000,
"checkIdle": 10000,
"idleTime": 600000,
"exitTime": 10800000,
"checkPowerTime": 1000,
"checkPowerTimeout": 4000,
"promoCodeTimeout": 15000,
"pingInterval": 3600000,
"speedtestInterval": 86400000,
"termsDelay": 7000,
"locale": {
"localeInfo": {
"primaryLocale": "en-US",
"primaryLocales": ["en-US"]
}
},
"transactionLogPath": "log/transaction.log",
"certs": {
"certFile": "client.pem",
"keyFile": "client.key"
},
"connectionInfoPath": "connection_info.json"
},
"wifi": {
"connectionTimeout": 20000,
"checkInterval": 1000,
"scanInterval": 5000,
"minSignal": -100,
"maxSignal": -50,
"truncateLength": 16
},
"id003": {
"timeout": 60000,
"transientTimeout": 60000,
"resetThrottle": 120000
},
"updater": {
"port": 8000,
"host": "updates.lamassu.is",
"updateInterval": 30000,
"deathInterval": 600000,
"extractor": {
"sigAlg": "RSA-SHA256",
"hashAlg": "sha256"
}
},
"trader": {
"protocol": "https",
"host": "localhost",
"port": 3000,
"rejectUnauthorized": false,
"settings": {
"pollInterval": 5000,
"tradeInterval": 10000,
"retryInterval": 5000,
"sendTimeout": 90000,
"pollTimeout": 60000
}
},
"scanner": {
"timeout": 120000
}
}