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 3167264 commit efabd6eCopy full SHA for efabd6e
internal/config/config.go
@@ -98,7 +98,6 @@ func LoadConfig(path string) (*Config, error) {
98
config.Main.ClientKey = config.AbsPath(config.Main.ClientKey)
99
config.Main.ClientCert = config.AbsPath(config.Main.ClientCert)
100
config.Main.CACert = config.AbsPath(config.Main.CACert)
101
- config.Store.DBPath = config.AbsPath(config.Store.DBPath)
102
103
return &config, nil
104
}
0 commit comments