Skip to content

Instantly share code, notes, and snippets.

@tuxd
Created February 26, 2014 08:27
Show Gist options
  • Save tuxd/9225768 to your computer and use it in GitHub Desktop.
Save tuxd/9225768 to your computer and use it in GitHub Desktop.
{
"development": {
"mixpanel" : "REPLACEME",
"api" : "REPLACEME",
},
"staging": {
"mixpanel" : "REPLACEME",
"api" : "REPLACEME",
"bucket" : "staging-bucket"
"cloudflare_domain": "REPLACEME"
},
"production": {
"mixpanel" : "REPLACEME",
"api" : "REPLACEME",
"bucket" : "production-bucket",
"cloudflare_domain": "REPLACEME"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment