Created
September 23, 2017 20:50
-
-
Save YuriNachos/2e9b1c1a575dcbd661375e7662c26f1a 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
| #if DEVELOPMENT | |
| let SERVER_URL = "http://dev.server.com/api/" | |
| let API_TOKEN = "asfasdadasdass" | |
| #else | |
| let SERVER_URL = "http://prod.server.com/api/" | |
| let API_TOKEN = "fgbfkbkgbmkgbm" | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment