mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
fix: webhook endpoint YAML attribute (#13983)
Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
@ -2300,7 +2300,7 @@ Write out the current server config as YAML to stdout.`,
|
||||
Env: "CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT",
|
||||
Value: &c.Notifications.Webhook.Endpoint,
|
||||
Group: &deploymentGroupNotificationsWebhook,
|
||||
YAML: "hello",
|
||||
YAML: "endpoint",
|
||||
},
|
||||
{
|
||||
Name: "Notifications: Max Send Attempts",
|
||||
|
Reference in New Issue
Block a user