Skip to content

Instantly share code, notes, and snippets.

@Thunderbird7
Created August 7, 2017 09:36
Show Gist options
  • Save Thunderbird7/531ccecbe71aa974232f815f87fd6478 to your computer and use it in GitHub Desktop.
Save Thunderbird7/531ccecbe71aa974232f815f87fd6478 to your computer and use it in GitHub Desktop.
// environment configure
{
"development": {
"apiURL": "https://myapi-dev.company.com",
"codepushKey": "YOUR_KEY"
},
"staging": {
"apiURL": "https://myapi-staging.company.com",
"codepushKey": "YOUR_KEY"
},
"production": {
"apiURL": "https://myapi.company.com",
"codepushKey": "YOUR_KEY"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment