Skip to content

Instantly share code, notes, and snippets.

@lukebigum
Created January 19, 2020 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukebigum/3d8db0577c11d2068cf3b3ab3c335fc0 to your computer and use it in GitHub Desktop.
Save lukebigum/3d8db0577c11d2068cf3b3ab3c335fc0 to your computer and use it in GitHub Desktop.
{
"acl": {
"default_policy": "deny",
"enable_token_persistence": true,
"enabled": true
},
"auto_encrypt": {
"tls": true
},
"bind_addr": "0.0.0.0",
"ca_file": "/etc/consul.d/ssl/consul-agent-ca.pem",
"client_addr": "127.0.0.1",
"data_dir": "/var/lib/consul",
"datacenter": "dc1",
"disable_update_check": true,
"log_level": "info",
"node_name": "node",
"ports": {
"http": -1,
"https": 8501
},
"retry_join": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3"
],
"ui": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment