log_level = "INFO"
data_dir = "/tmp/nomad-repro-data"
bind_addr = "127.0.0.1"
advertise {
  http = "127.0.0.1:4646"
  rpc  = "127.0.0.1:4647"
  serf = "127.0.0.1:4648"
}
client {
  enabled = true
  host_volume_plugin_dir = "/tmp/nomad-repro-plugins"
}
server {
  enabled = true
  bootstrap_expect = 1
}
acl {
  enabled = false
}
