-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
settings.default.json
55 lines (55 loc) · 1012 Bytes
/
settings.default.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
{
"allowedOrigins": [],
"dailyNewSyncsLimit": 3,
"db": {
"authSource": "admin",
"connTimeout": 30000,
"host": "127.0.0.1",
"name": "xbrowsersync",
"password": "",
"port": 27017,
"ssl": false,
"useSRV": false,
"username": ""
},
"location": "",
"log": {
"file": {
"enabled": true,
"level": "info",
"path": "/var/log/xBrowserSync/api.log",
"rotatedFilesToKeep": 5,
"rotationPeriod": "1d"
},
"stdout": {
"enabled": true,
"level": "info"
}
},
"maxSyncs": 5242,
"maxSyncSize": 512000,
"server": {
"behindProxy": false,
"host": "127.0.0.1",
"https": {
"certPath": "",
"enabled": false,
"keyPath": ""
},
"port": 8080,
"relativePath": "/"
},
"status": {
"allowNewSyncs": true,
"message": "",
"online": true
},
"tests": {
"db": "xbrowsersynctest",
"port": 8081
},
"throttle": {
"maxRequests": 1000,
"timeWindow": 300000
}
}