Skip to content

Instantly share code, notes, and snippets.

@fastcodecoq
Created April 24, 2015 04:41
Show Gist options
  • Select an option

  • Save fastcodecoq/8bad8e1140aff6b8875c to your computer and use it in GitHub Desktop.

Select an option

Save fastcodecoq/8bad8e1140aff6b8875c to your computer and use it in GitHub Desktop.
{
"env" : "qa",
"dev" : {
"apiUrlBase" : "http://54.86.49.147",
"apiBaseUri" : "/api"
},
"qa" : {
"apiUrlBase" : "http://23.23.127.28",
"apiBaseUri" : "/api"
},
"prod" : {
"apiUrlBase" : "api.xxxxx.xxx",
"apiBaseUri" : ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment