github.com/tschmi5/nomad@v0.11.8/dist/server.hcl (about)

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