diff --git a/demo/vagrant/server.hcl b/demo/vagrant/server.hcl index b745dbe2c16..653b2c0379e 100644 --- a/demo/vagrant/server.hcl +++ b/demo/vagrant/server.hcl @@ -11,11 +11,3 @@ server { # Self-elect, should be 3 or 5 for production bootstrap_expect = 1 } - -# Advertise must be set to a non-loopback address. -# Defaults to the resolving the local hostname. -#advertise { -# http = "10.0.2.1" -# rpc = "10.0.2.1" -# serf = "10.0.2.1" -#}