Skip to content

Instantly share code, notes, and snippets.

@darron
Created May 25, 2015 15:48
Show Gist options
  • Save darron/b8ab56f7e6adcbf95acb to your computer and use it in GitHub Desktop.
Save darron/b8ab56f7e6adcbf95acb to your computer and use it in GitHub Desktop.
consul = "127.0.0.1:8500"
retry = "10s"
max_stale = "10m"
log_level = "debug"
wait = "30s"
syslog {
enabled = true
facility = "LOCAL5"
}
template {
source = "/home/darron/template.ctmpl"
destination = "/home/darron/rendered.txt"
command = "logger -t consul consultemplate: I ran again"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment