Skip to content

Instantly share code, notes, and snippets.

@rch317
Last active April 27, 2018 19:33
Show Gist options
  • Save rch317/ba95b5c2468bacd23504b929e46c9d90 to your computer and use it in GitHub Desktop.
Save rch317/ba95b5c2468bacd23504b929e46c9d90 to your computer and use it in GitHub Desktop.
demo-server config.json
{
"server": true,
"datacenter": "dc01",
"bootstrap_expect": 3,
"data_dir": "/var/consul",
"encrypt": "oUnNCn3ylbbFy0FP9QQLYg==",
"log_level": "INFO",
"retry_join": ["provider=aws tag_key=\"Consul Cluster\" tag_value=dc01"],
"leave_on_terminate": true,
"enable_script_checks": true,
"enable_syslog": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment