Skip to content

Instantly share code, notes, and snippets.

@byteshiva
Created August 24, 2016 13:07
Show Gist options
  • Select an option

  • Save byteshiva/28f60fe4e7ecc700b73d087e4deb1ea0 to your computer and use it in GitHub Desktop.

Select an option

Save byteshiva/28f60fe4e7ecc700b73d087e4deb1ea0 to your computer and use it in GitHub Desktop.
Run with: consul agent -config-file=/opt/consul/config/config.json
{
"bootstrap": false,
"bootstrap_expect": 1,
"datacenter": "east-aws",
"data_dir": "/opt/consul/data",
"log_level": "INFO",
"node_name": "60f81dc58442",
"server": true,
"telemetry": {
"dogstatsd_addr": "127.0.0.1:8125",
"dogstatsd_tags": [
"tag_1:val_1"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment