mirror of https://github.com/etcd-io/dbtester.git
agent: omitempty from bootstrap consul
This commit is contained in:
parent
6d1f6d1131
commit
161a96fdcc
|
|
@ -60,7 +60,7 @@ type (
|
|||
}
|
||||
|
||||
ConsulConfig struct {
|
||||
Bootstrap bool `json:"bootstrap,omitempty"`
|
||||
Bootstrap bool `json:"bootstrap"`
|
||||
Server bool `json:"server,omitempty"`
|
||||
AdvertiseAddr string `json:"advertise_addr,omitempty"`
|
||||
DataCenter string `json:"datacenter,omitempty"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue