agent: omitempty from bootstrap consul

This commit is contained in:
Gyu-Ho Lee 2016-03-23 05:46:24 -07:00
parent 6d1f6d1131
commit 161a96fdcc
1 changed files with 1 additions and 1 deletions

View File

@ -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"`