hashi-stack/nomad/client.hcl
2020-05-18 21:37:21 -07:00

12 lines
185 B
HCL

datacenter = "us-west-1"
data_dir = "/etc/nomad.d"
client {
enabled = true
servers = ["SERVERIP:4647"]
}
bind_addr = "0.0.0.0" # the default
consul {
address = "SERVERIP:8500"
}