Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb817c86

Browse files
authored
fix: webhook endpoint YAML attribute (#13983)
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent0a07c7e commitb817c86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎cli/testdata/server-config.yaml.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ notifications:
552552
webhook:
553553
# The endpoint to which to send webhooks.
554554
# (default: <unset>, type: url)
555-
hello:
555+
endpoint:
556556
# The upper limit of attempts to send a notification.
557557
# (default: 5, type: int)
558558
maxSendAttempts: 5

‎codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@ Write out the current server config as YAML to stdout.`,
23002300
Env:"CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT",
23012301
Value:&c.Notifications.Webhook.Endpoint,
23022302
Group:&deploymentGroupNotificationsWebhook,
2303-
YAML:"hello",
2303+
YAML:"endpoint",
23042304
},
23052305
{
23062306
Name:"Notifications: Max Send Attempts",

‎docs/cli/server.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp