diff --git a/dev/cluster/server-standalone.hcl b/dev/cluster/server-standalone.hcl new file mode 100644 index 000000000..1e49578bf --- /dev/null +++ b/dev/cluster/server-standalone.hcl @@ -0,0 +1,15 @@ +# Increase log verbosity +log_level = "DEBUG" + +# Setup data dir +data_dir = "/tmp/serverstandalone" + +# Give the agent a unique name. Defaults to hostname +name = "serverstandalone" + +# Enable the server +server { + enabled = true + + bootstrap_expect = 1 +}