mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-18 17:44:20 +01:00
multi: add base dir to aperture
This commit is contained in:
@@ -107,6 +107,9 @@ type Config struct {
|
||||
|
||||
// ConfigFile points aperture to an alternative config file.
|
||||
ConfigFile string `long:"configfile" description:"Custom path to a config file."`
|
||||
|
||||
// BaseDir is a custom directory to store all aperture flies.
|
||||
BaseDir string `long:"basedir" description:"Directory to place all of aperture's files in."`
|
||||
}
|
||||
|
||||
func (c *Config) validate() error {
|
||||
|
||||
Reference in New Issue
Block a user