github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/e2e/terraform/config/dev-cluster/nomad/base.hcl (about) 1 enable_debug = true 2 3 log_level = "debug" 4 5 data_dir = "/opt/nomad/data" 6 7 bind_addr = "0.0.0.0" 8 9 consul { 10 address = "127.0.0.1:8500" 11 } 12 13 telemetry { 14 collection_interval = "1s" 15 disable_hostname = true 16 prometheus_metrics = true 17 publish_allocation_metrics = true 18 publish_node_metrics = true 19 }