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 fd56304 commit 3167264Copy full SHA for 3167264
internal/config/config.go
@@ -98,6 +98,7 @@ 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