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 7eedc76 commit ddd967bCopy full SHA for ddd967b
config/config.go
@@ -56,7 +56,7 @@ type StateStoreConfig struct {
56
// DBDirectory defines the directory to store the state store db files
57
// If not explicitly set, default to application home directory
58
// default to empty
59
- DBDirectory string `mapstructure:"db-dir"`
+ DBDirectory string `mapstructure:"db-directory"`
60
61
// DedicatedChangelog defines if we should use a separate changelog for SS store other than sharing with SC
62
DedicatedChangelog bool `mapstructure:"dedicated-changelog"`
0 commit comments