open-nomad/dev/cluster/server-standalone.hcl
2023-04-10 15:36:59 +00:00

19 lines
337 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Increase log verbosity
log_level = "DEBUG"
# Setup data dir
data_dir = "/tmp/nomad-dev-cluster/serverstandalone"
# Give the agent a unique name. Defaults to hostname
name = "serverstandalone"
# Enable the server
server {
enabled = true
bootstrap_expect = 1
}