You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.go
-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,6 @@ type config struct {
62
62
BackupInterval time.Duration`long:"backupinterval" ini-name:"backupinterval" description:"Time period between automatic database backups. Valid time units are {s,m,h}. Minimum 30 seconds."`
63
63
VspClosedbool`long:"vspclosed" ini-name:"vspclosed" description:"Closed prevents the VSP from accepting new tickets."`
64
64
VspClosedMsgstring`long:"vspclosedmsg" ini-name:"vspclosedmsg" description:"A short message displayed on the webpage and returned by the status API endpoint if vspclosed is true."`
65
-
AdminPassstring`long:"adminpass" ini-name:"adminpass" description:"Password for accessing admin page. INSECURE. Do not set unless absolutely necessary."`
66
65
Designationstring`long:"designation" ini-name:"designation" description:"Short name for the VSP. Customizes the logo in the top toolbar."`
67
66
68
67
// The following flags should be set on CLI only, not via config file.
0 commit comments