Created
September 23, 2017 18:43
-
-
Save YuriNachos/843f9115fd305a47f46ffa0c3f9b3f4a to your computer and use it in GitHub Desktop.
Env
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
| // MARK: - Development | |
| let APIEndpointURL = "http://mysite.com/dev/api" | |
| let analyticsKey = "jsldjcldjkcs" | |
| // MARK: - Production | |
| // let APIEndpointURL = "http://mysite.com/prod/api" | |
| // let analyticsKey = "sdcsdcsdcdc" | |
| // MARK: - Staging | |
| // let APIEndpointURL = "http://mysite.com/staging/api" | |
| // let analyticsKey = "lkjllnlnlk" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment