Files
nomad/dev/cluster/server-standalone.hcl
2023-08-10 17:27:29 -05:00

19 lines
338 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
# 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
}