conf.GetConfig().BootstrapAddress
This commit is contained in:
@@ -3,10 +3,11 @@ package conf
|
||||
import "sync"
|
||||
|
||||
type Config struct {
|
||||
PublicKeyPath string
|
||||
PrivateKeyPath string
|
||||
DHTEndpointPort int64
|
||||
PSKPath string
|
||||
PublicKeyPath string
|
||||
PrivateKeyPath string
|
||||
DHTEndpointPort int64
|
||||
PSKPath string
|
||||
BootstrapAddress string
|
||||
}
|
||||
|
||||
var instance *Config
|
||||
|
||||
Reference in New Issue
Block a user