working commit
This commit is contained in:
@@ -46,6 +46,7 @@ type Config struct {
|
||||
Keypath string `json:"keypath,omitempty" yaml:"keypath"`
|
||||
X509Cert string `json:"-" yaml:"-"`
|
||||
X509Key string `json:"-" yaml:"-"`
|
||||
Datadir string `json:"datadir"`
|
||||
}
|
||||
|
||||
func NewConfig() *Config {
|
||||
@@ -76,7 +77,7 @@ func NewConfig() *Config {
|
||||
Logpath: logpath,
|
||||
Runpath: runpath,
|
||||
Version: version,
|
||||
|
||||
Datadir: datadir,
|
||||
//Certpath: certpath,
|
||||
//Keypath: keypath,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user