github.com/hernad/nomad@v1.6.112/e2e/terraform/etc/nomad.d/base.hcl (about) 1 # Copyright (c) HashiCorp, Inc. 2 # SPDX-License-Identifier: MPL-2.0 3 4 bind_addr = "0.0.0.0" 5 data_dir = "${data_dir}" 6 enable_debug = true 7 log_level = "debug" 8 9 audit { 10 enabled = true 11 } 12 13 acl { 14 enabled = true 15 16 # These values are used by the testACLTokenExpiration test within the acl 17 # test suite. If these need to be updated, please ensure the new values are 18 # reflected within the test suite and do not break the tests. Thanks. 19 token_min_expiration_ttl = "1s" 20 token_max_expiration_ttl = "24h" 21 } 22 23 telemetry { 24 collection_interval = "1s" 25 disable_hostname = true 26 prometheus_metrics = true 27 publish_allocation_metrics = true 28 publish_node_metrics = true 29 }