Add flag to disable startup banner
This commit is contained in:
@@ -27,6 +27,7 @@ type sonic struct {
|
||||
LogLevel string `default:"info"`
|
||||
DevDisableAuthentication bool `default:"false"`
|
||||
DevDisableFileCheck bool `default:"false"`
|
||||
DevDisableBanner bool `default:"false"`
|
||||
}
|
||||
|
||||
var Sonic *sonic
|
||||
|
||||
Reference in New Issue
Block a user