Skip to content

Instantly share code, notes, and snippets.

@wakwanza
Last active November 30, 2016 09:44
Show Gist options
  • Save wakwanza/e0e0f4096d6b7a6a4fb4c38c77523a2f to your computer and use it in GitHub Desktop.
Save wakwanza/e0e0f4096d6b7a6a4fb4c38c77523a2f to your computer and use it in GitHub Desktop.
consul client config file
{
"server": false,
"datacenter": "LOCATION",
"data_dir": "/var/consul",
"encrypt": "CONSULKEY",
"log_level": "INFO",
"client_addr": "0.0.0.0",
"enable_syslog": true,
"start_join": ["CLUSTERIP"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment