aboutsummaryrefslogtreecommitdiff
path: root/appsettings.json
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2024-09-20 16:21:09 +1000
committerJake Mannens <jake@asger.xyz>2024-10-29 11:42:54 +1100
commite8e3c4cba8ffa0056e984c113cfbb75319e00022 (patch)
tree8336315e61f9e77207276d478b25fe5dc7c3d06c /appsettings.json
parent0e21907c76dbefed11f382bcf949143f0716567f (diff)
v0.4-rc1v0.4-rc1
Diffstat (limited to 'appsettings.json')
-rw-r--r--appsettings.json37
1 files changed, 35 insertions, 2 deletions
diff --git a/appsettings.json b/appsettings.json
index d7eb9a7..e50ae14 100644
--- a/appsettings.json
+++ b/appsettings.json
@@ -3,11 +3,44 @@
"ReparseAllOnStartup": false,
"ReparseFailedOnStartup": true,
"MessageInclude": [
- // Regex patterns to include
+ // Regex patterns to include globally
],
"MessageExclude": [
- // Regex patterns to exclude
+ // Regex patterns to exclude globally
]
+ //"Discord": {
+ // "Webhooks": [
+ // {
+ // "Url": "<webhook url>",
+ // "AlertGroups": [
+ // {
+ // "PageDestinations": [
+ // // List of destination brigades
+ // ],
+ // "Roles": [
+ // // List of Discord role IDs
+ // ]
+ // }
+ // ]
+ // }
+ // ]
+ //}
+ //"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"