Advertise block shouldn't be needed in 0.6

This commit is contained in:
Michael Schurter
2017-07-24 15:58:28 -07:00
parent 8e5d95df08
commit 7f5cc6ae13

View File

@@ -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"
#}