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: cmd/vspd/config.go
+32-16Lines changed: 32 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,34 @@ type vspdConfig struct {
59
59
HomeDirstring`long:"homedir" no-ini:"true" description:"Path to application home directory. Used for storing VSP database and logs."`
60
60
ConfigFilestring`long:"configfile" no-ini:"true" description:"DEPRECATED: This behavior is no longer available and this option will be removed in a future version of the software."`
61
61
62
-
logPathstring
63
-
dbPathstring
62
+
// The following fields are derived from the above fields by loadConfig().
0 commit comments