Skip to content

Instantly share code, notes, and snippets.

@andrewwatson
Created June 9, 2014 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save andrewwatson/0ddb67cdec1fcc02ce93 to your computer and use it in GitHub Desktop.
Save andrewwatson/0ddb67cdec1fcc02ce93 to your computer and use it in GitHub Desktop.
Consul DNS Configuration
{
"dns_config": {
"service_ttl": {
"*": "5s",
"web": "30s"
},
"allow_stale": true,
"max_stale": "10s"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment