mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: webhook endpoint YAML attribute (#13983)
Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
+1
-1
@@ -552,7 +552,7 @@ notifications:
|
||||
webhook:
|
||||
# The endpoint to which to send webhooks.
|
||||
# (default: <unset>, type: url)
|
||||
hello:
|
||||
endpoint:
|
||||
# The upper limit of attempts to send a notification.
|
||||
# (default: 5, type: int)
|
||||
maxSendAttempts: 5
|
||||
|
||||
Reference in New Issue
Block a user