Merge pull request #5750 from hashicorp/dani/devcluster-standalone

devcluster: Add standalone server
This commit is contained in:
Danielle 2019-05-22 18:02:43 +02:00 committed by GitHub
commit 2a026d7a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -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
}