add warning webhook

This commit is contained in:
Michael C
2023-02-22 00:08:27 -05:00
parent df279cf48a
commit 76ce1017ea
4 changed files with 62 additions and 0 deletions

View File

@@ -42,6 +42,12 @@
"vote.up",
"vote.down"
]
}, {
"url": "http://127.0.0.1:8081/WarningWebhook",
"key": "superSecretKey",
"scopes": [
"warning"
]
}
],
"maxNumberOfActiveWarnings": 3,