fixed adding public key default path
This commit is contained in:
@@ -91,7 +91,7 @@ func SetDefaults(envName string, forceDefault bool, CustomConfig interface{}, No
|
||||
}
|
||||
|
||||
// Generate Public and private keys and set path
|
||||
Defaults.PublicKeyFile = defaultPath + "p2prc.PublicKeyBareMetal"
|
||||
Defaults.PublicKeyFile = defaultPath + "p2prc.publicKey"
|
||||
Defaults.PrivateKeyFile = defaultPath + "p2prc.privateKey"
|
||||
Defaults.BareMetal = false
|
||||
Defaults.UnsafeMode = false
|
||||
|
||||
Reference in New Issue
Block a user