blob: 50cd82b58035f33e9166586874b20a0f8b6ae1a5 (
plain)
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
|
{
"PagerParser": {
"ReparseAllOnStartup": false,
"ReparseFailedOnStartup": true,
"MessageInclude": [
// Regex patterns to include globally
],
"MessageExclude": [
// Regex patterns to exclude globally
]
//"Bart": {
// "Token": "<bart token>"
//}
//"DiscordBot": {
// "Token": "<bot token>"
//}
//"HomeAssistant": {
// "Servers": [
// {
// "Host": "example.com",
// "ApiKey": "<API key>",
// // optional event_type to use for the generated event
// "EventType": "<Event Type>"
// }
// ]
//}
//"JobCounter": {
// "RefreshInterval": 300,
// "CountOffsets": {
// "BRIG": 500
// }
//}
},
"ConnectionStrings": {
"DefaultConnection": "Host=127.0.0.1;Database=PagerParser;Username=pagerparser;Password=password"
}
}
|