Skip to content

Commit 76a2a6b

Browse files
committed
do not output notification configuration
can contain passwords or api tokens Signed-off-by: Markus Blaschke <[email protected]>
1 parent 8316451 commit 76a2a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type (
6262
Drain OptsDrain
6363

6464
// notification
65-
Notification []string `long:"notification" env:"NOTIFICATION" description:"Shoutrrr url for notifications (https://containrrr.github.io/shoutrrr/)" env-delim:" "`
65+
Notification []string `long:"notification" env:"NOTIFICATION" description:"Shoutrrr url for notifications (https://containrrr.github.io/shoutrrr/)" env-delim:" " json:"-"`
6666

6767
// server settings
6868
ServerBind string `long:"bind" env:"SERVER_BIND" description:"Server address" default:":8080"`

0 commit comments

Comments
 (0)