github.com/anuvu/nomad@v0.8.7-atom1/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  }