github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/dev/cluster/server-standalone.hcl (about)

     1  # Increase log verbosity
     2  log_level = "DEBUG"
     3  
     4  # Setup data dir
     5  data_dir = "/tmp/nomad-dev-cluster/serverstandalone"
     6  
     7  # Give the agent a unique name. Defaults to hostname
     8  name = "serverstandalone"
     9  
    10  # Enable the server
    11  server {
    12    enabled = true
    13  
    14    bootstrap_expect = 1
    15  }