Created
August 24, 2016 13:07
-
-
Save byteshiva/28f60fe4e7ecc700b73d087e4deb1ea0 to your computer and use it in GitHub Desktop.
Run with: consul agent -config-file=/opt/consul/config/config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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