Skip to content

Instantly share code, notes, and snippets.

@YuriNachos
Created September 23, 2017 18:43
Show Gist options
  • Select an option

  • Save YuriNachos/843f9115fd305a47f46ffa0c3f9b3f4a to your computer and use it in GitHub Desktop.

Select an option

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