We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8316451 commit 76a2a6bCopy full SHA for 76a2a6b
config/opts.go
@@ -62,7 +62,7 @@ type (
62
Drain OptsDrain
63
64
// notification
65
- Notification []string `long:"notification" env:"NOTIFICATION" description:"Shoutrrr url for notifications (https://containrrr.github.io/shoutrrr/)" env-delim:" "`
+ Notification []string `long:"notification" env:"NOTIFICATION" description:"Shoutrrr url for notifications (https://containrrr.github.io/shoutrrr/)" env-delim:" " json:"-"`
66
67
// server settings
68
ServerBind string `long:"bind" env:"SERVER_BIND" description:"Server address" default:":8080"`
0 commit comments