930dc9ef38
* hclfmt the world * 2 space indent * make every example well formed with stanzas and comments * jsonfmt too * mdfmt manually * _ instead of * * no [links][], only [links][links] * ordered lists instead of bullets when possible * lots of wording fixes * de-contractionization * add 127.0.0.1 to SANs * -1 on intentional errors * -1 on first person
8 lines
131 B
HCL
8 lines
131 B
HCL
bind_addr = "127.0.0.1"
|
|
data_dir = "/var/lib/nomad/"
|
|
|
|
client {
|
|
enabled = true
|
|
servers = ["10.1.0.1", "10.1.0.2", "10.1.0.3"]
|
|
}
|