Skip to content

Instantly share code, notes, and snippets.

@YuriNachos
Created September 23, 2017 20:50
Show Gist options
  • Select an option

  • Save YuriNachos/2e9b1c1a575dcbd661375e7662c26f1a to your computer and use it in GitHub Desktop.

Select an option

Save YuriNachos/2e9b1c1a575dcbd661375e7662c26f1a to your computer and use it in GitHub Desktop.
Env
#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