-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json
More file actions
37 lines (37 loc) · 892 Bytes
/
config.json
File metadata and controls
37 lines (37 loc) · 892 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
{
"log": {
"level": "warn",
"filename": "log/proxyhub.log"
},
"dir": {
"root": "",
"proxies": "./proxies",
"data": "./data",
"publicDir": "public"
},
"server": {
"host": "proxyhub",
"port": 8888,
"https": false,
"httpsKeyFilepath": "./server.key",
"httpsCertFilepath": "./server.crt"
},
"artikCloud": {
"apiUrl": "https://api.artik.cloud/V1.1",
"webSocketUrl": "wss://api.artik.cloud/v1.1/websocket?ack=true",
"autoreconnectPeriodMs": 600000,
"stalledConnectionPeriosMs": 35000,
"maxRetryTimeout": 36000000,
"retryOnTransmissionError": true,
"maxDefferedMessagePerDevice": 150
},
"optionalArtikOnBoarding": {
"clientId": "",
"clientSecret": "",
"authUrl": "https://accounts.artik.cloud",
"callbackUrl": "",
"authPath": "/auth",
"userId": "",
"multipleAccounts": false
}
}