github.com/jrxfive/nomad@v0.6.1-0.20170802162750-1fef470e89bf/dist/server.hcl (about)

     1  bind_addr = "0.0.0.0"
     2  data_dir = "/var/lib/nomad"
     3  
     4  advertise {
     5  	# This should be the IP of THIS MACHINE and must be routable by every node
     6  	# in your cluster
     7  	rpc = "1.2.3.4:4647"
     8  }
     9  
    10  server {
    11  	enabled = true
    12  	bootstrap_expect = 3
    13  }