18 lines
230 B
HCL
18 lines
230 B
HCL
data_dir = "/opt/nomad/data"
|
|
bind_addr = "0.0.0.0"
|
|
name = "nomad@IP_ADDRESS"
|
|
|
|
# Enable the client
|
|
client {
|
|
enabled = true
|
|
}
|
|
|
|
consul {
|
|
address = "127.0.0.1:8500"
|
|
}
|
|
|
|
vault {
|
|
enabled = true
|
|
address = "vault.service.consul"
|
|
}
|