mirror of
https://github.com/status-im/consul.git
synced 2025-02-06 19:04:59 +00:00
Remove from testutil/server.go
This commit is contained in:
parent
6a835939b8
commit
152eca3a37
@ -55,7 +55,6 @@ type TestServerConfig struct {
|
||||
DataDir string `json:"data_dir,omitempty"`
|
||||
Datacenter string `json:"datacenter,omitempty"`
|
||||
DisableCheckpoint bool `json:"disable_update_check"`
|
||||
EnableTagDrift bool `json:"enable_tag_drift"`
|
||||
LogLevel string `json:"log_level,omitempty"`
|
||||
Bind string `json:"bind_addr,omitempty"`
|
||||
Addresses *TestAddressConfig `json:"addresses,omitempty"`
|
||||
@ -78,7 +77,6 @@ func defaultServerConfig() *TestServerConfig {
|
||||
return &TestServerConfig{
|
||||
NodeName: fmt.Sprintf("node%d", idx),
|
||||
DisableCheckpoint: true,
|
||||
EnableTagDrift: true,
|
||||
Bootstrap: true,
|
||||
Server: true,
|
||||
LogLevel: "debug",
|
||||
|
Loading…
x
Reference in New Issue
Block a user