github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/.release/linux/package/etc/nomad.d/nomad.hcl (about)

     1  # Full configuration options can be found at https://www.nomadproject.io/docs/configuration
     2  
     3  data_dir  = "/opt/nomad/data"
     4  bind_addr = "0.0.0.0"
     5  
     6  server {
     7    # license_path is required as of Nomad v1.1.1+
     8    #license_path = "/opt/nomad/license.hclic"
     9    enabled          = true
    10    bootstrap_expect = 1
    11  }
    12  
    13  client {
    14    enabled = true
    15    servers = ["127.0.0.1"]
    16  }