Created
August 7, 2017 09:36
-
-
Save Thunderbird7/531ccecbe71aa974232f815f87fd6478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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