Skip to content

Commit

Permalink
Remove bindaddr default value from config
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 7, 2019
1 parent 458d05b commit c607cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const DefaultBindPort int = 7946
// DefaultConfig contains the defaults for configurations.
func DefaultConfig() *Config {
return &Config{
BindAddr: "127.0.0.1:12345",
BindAddr: "",
AdvertiseAddr: "",
LeaveOnTerm: true,
EnableCompression: false,
Expand Down

0 comments on commit c607cc1

Please sign in to comment.