data_dir = "/var/lib/nomad" datacenter = "awsstg-us-west-2" log_file = "/var/log/nomad/" log_json = true log_level = "DEBUG" log_rotate_max_files = 7 name = "awsstg-nomad-server-usw2c-01" acl { enabled = true } consul { token = "" } server { bootstrap_expect = 3 enabled = true encrypt = "" } telemetry { collection_interval = "10s" datadog_address = "localhost:8125" disable_hostname = true publish_allocation_metrics = true publish_node_metrics = true } tls { ca_file = "/etc/nomad.d/ca.pem" cert_file = "/etc/nomad.d/nomad.pem" http = true key_file = "/etc/nomad.d/nomad.key" rpc = true verify_server_hostname = true } vault { address = "http://127.0.0.1:8100" create_from_role = "nomad-cluster" enabled = true token = "" }