FULL OC-DISCOVERY LOGIC
This commit is contained in:
@@ -3,14 +3,15 @@ package conf
|
||||
import "sync"
|
||||
|
||||
type Config struct {
|
||||
Name string
|
||||
Hostname string
|
||||
PSKPath string
|
||||
PublicKeyPath string
|
||||
PrivateKeyPath string
|
||||
DHTEndpointPort int64
|
||||
Name string
|
||||
Hostname string
|
||||
PSKPath string
|
||||
PublicKeyPath string
|
||||
PrivateKeyPath string
|
||||
NodeEndpointPort int64
|
||||
IndexerAddresses string
|
||||
|
||||
BootstrapAddresses string
|
||||
NodeMode string
|
||||
}
|
||||
|
||||
var instance *Config
|
||||
|
||||
Reference in New Issue
Block a user