github.com/hernad/nomad@v1.6.112/e2e/upgrades/client3.hcl (about) 1 # Copyright (c) HashiCorp, Inc. 2 # SPDX-License-Identifier: MPL-2.0 3 4 # Increase log verbosity 5 log_level = "DEBUG" 6 7 # Setup data dir 8 data_dir = "/tmp/client1" 9 10 # Give the agent a unique name. Defaults to hostname 11 name = "client1" 12 13 # Enable the client 14 client { 15 enabled = true 16 17 server_join { 18 retry_join = ["127.0.0.1:4647", "127.0.0.1:5647", "127.0.0.1:6647"] 19 } 20 } 21 22 ports { 23 http = 7646 24 }