-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserverconfig.json
More file actions
60 lines (60 loc) · 1.25 KB
/
serverconfig.json
File metadata and controls
60 lines (60 loc) · 1.25 KB
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
{
"global": {
"loglevel": "debug",
"sessionSecret": "1DVETLX8VE007RYQN9TN9Z00",
"frontPopupEnable": false,
"frontPopupTitle": "",
"frontPopupContent": "",
"searchLocation": "bottom",
"theme": "default",
"monitorName": "PagerMon"
},
"database": {
"file": "./messages.db",
"type": "sqlite3"
},
"messages": {
"maxLimit": 120,
"defaultLimit": 20,
"duplicateFiltering": true,
"duplicateLimit": 10,
"duplicateTime": 60,
"rotationEnabled": true,
"rotateDays": 7,
"rotateKeep": 4,
"replaceText": [
{
"match": "firecall",
"replace": "This is a call about fires"
},
{
"match": "alert",
"highlight": true,
"replace": ""
}
],
"pdwMode": false,
"adminShow": false,
"HideCapcode": false,
"HideSource": false,
"apiSecurity": false
},
"auth": {
"registration": false,
"user": "admin",
"encPass": "$2a$08$De/aXnQkZIEbQ9p8J22tHuzLltqIbsAxE2CGgRMPLaaIwwHmVrpsu",
"keys": [
{
"name": "default",
"key": "53W4UU1U2AS01WD53PUUCT40"
}
]
},
"monitoring": {
"azureEnable": false,
"azureKey": "",
"gaEnable": false,
"gaTrackingCode": ""
},
"plugins": {}
}