Skip to content

Commit 01d4957

Browse files
fix: run 'make {update-golden-files,gen}'
1 parent 4689e5b commit 01d4957

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Configure how emails are sent.
115115
--email-from string, $CODER_EMAIL_FROM
116116
The sender's address to use.
117117

118-
--email-hello string, $CODER_EMAIL_HELLO
118+
--email-hello string, $CODER_EMAIL_HELLO (default: localhost)
119119
The hostname identifying the SMTP server.
120120

121121
--email-smarthost string, $CODER_EMAIL_SMARTHOST
@@ -409,7 +409,7 @@ Configure how email notifications are sent.
409409
The sender's address to use.
410410
DEPRECATED: Use --email-from instead.
411411

412-
--notifications-email-hello string, $CODER_NOTIFICATIONS_EMAIL_HELLO
412+
--notifications-email-hello string, $CODER_NOTIFICATIONS_EMAIL_HELLO (default: localhost)
413413
The hostname identifying the SMTP server.
414414
DEPRECATED: Use --email-hello instead.
415415

cli/testdata/server-config.yaml.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ notifications:
535535
# (default: <unset>, type: string)
536536
smarthost: ""
537537
# The hostname identifying the SMTP server.
538-
# (default: <unset>, type: string)
539-
hello: ""
538+
# (default: localhost, type: string)
539+
hello: localhost
540540
# Force a TLS connection to the configured SMTP smarthost.
541541
# (default: <unset>, type: bool)
542542
forceTLS: false
@@ -618,8 +618,8 @@ email:
618618
# (default: <unset>, type: string)
619619
smarthost: ""
620620
# The hostname identifying the SMTP server.
621-
# (default: <unset>, type: string)
622-
hello: ""
621+
# (default: localhost, type: string)
622+
hello: localhost
623623
# Force a TLS connection to the configured SMTP smarthost.
624624
# (default: <unset>, type: bool)
625625
forceTLS: false

docs/reference/cli/server.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Configure how emails are sent.
116116
--email-from string, $CODER_EMAIL_FROM
117117
The sender's address to use.
118118

119-
--email-hello string, $CODER_EMAIL_HELLO
119+
--email-hello string, $CODER_EMAIL_HELLO (default: localhost)
120120
The hostname identifying the SMTP server.
121121

122122
--email-smarthost string, $CODER_EMAIL_SMARTHOST
@@ -410,7 +410,7 @@ Configure how email notifications are sent.
410410
The sender's address to use.
411411
DEPRECATED: Use --email-from instead.
412412

413-
--notifications-email-hello string, $CODER_NOTIFICATIONS_EMAIL_HELLO
413+
--notifications-email-hello string, $CODER_NOTIFICATIONS_EMAIL_HELLO (default: localhost)
414414
The hostname identifying the SMTP server.
415415
DEPRECATED: Use --email-hello instead.
416416

0 commit comments

Comments
 (0)