summarylogtreecommitdiffstats
path: root/example.hcl
blob: b8bd8d9935dd14b38ca51d5bb518796ca58159cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This example config is neither production-ready
# nor secure. Please consult the official docs
# for full configuration instructions:
# https://www.nomadproject.io/docs/agent/config.html

bind_addr = "0.0.0.0"

leave_on_interrupt = true
leave_on_terminate = true

server {
  enabled = true
  bootstrap_expect = 1
}

client {
  enabled = true
}