Skip to content

Instantly share code, notes, and snippets.

@nicgrayson
Created January 29, 2014 17:03
Show Gist options
  • Save nicgrayson/8692277 to your computer and use it in GitHub Desktop.
Save nicgrayson/8692277 to your computer and use it in GitHub Desktop.
"oldbackends": [
{
"hostname": "serverurl",
"port": 123,
"weight": 123,
"backup": false
},
{
"hostname": "anotherurl",
"port": 123,
"weight": 321,
"backup": true
}
]
"newbackends": {
"anotherurl": {
"backup": true,
"port": 123,
"weight": 321
},
"serverurl": {
"backup": false,
"port": 123,
"weight": 123
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment