-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
39 lines (39 loc) · 958 Bytes
/
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
{
"serverSettings": {
"socketIp": "127.0.0.1",
"socketPort": "4455",
"socketPassword": "21a2PwJJVwKzrOhv"
},
"enableSettings": {
"enableAlerts": true,
"enableAlertsList": true,
"enableWarnCount": true
},
"triggerSettings": {
"triggerWarns": ["SVR", "TOR", "SPS"]
},
"timeSettings": {
"timeBetweenAlertChecks": 5000,
"timeBetweenAlertListChange": 8000,
"durationAlertIsShownFor": 10000
},
"obsSourceSettings": {
"TOR": "Alert",
"SVR": "Alert",
"Special Weather Statement": "Logo"
},
"formattingSettings": {
"alertFormats": {
"alertTitleFormat": "{{alertName}}",
"alertDescriptionFormat": "{{alertAreas}}"
},
"alertListFormats": {
"activeAlertTitleFormat": "{{alertName}}",
"activeAlertDescriptionFormat": "{{alertAreas}}"
},
"warnCountFormat": "WARN COUNT: {{warnCount}}"
},
"developerSettings": {
"enableDebugMessages": false
}
}