1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/community/nomad/server.hcl
2020-09-05 22:32:16 +00:00

12 lines
186 B
HCL

data_dir = "/var/lib/nomad"
disable_update_check = true
enable_syslog = true
server {
enabled = true
bootstrap_expect = 1
}
client {
enabled = true
}