Skip to content

Instantly share code, notes, and snippets.

@blackxored
Created April 8, 2014 11:56
Show Gist options
  • Save blackxored/10114112 to your computer and use it in GitHub Desktop.
Save blackxored/10114112 to your computer and use it in GitHub Desktop.
angular.module('Skindler')
.constant('BASE_URI', 'http://api.skindler.com')
.constant('API_VERSION', 'v1')
.constant('SOCKET_URI', 'http://staging.skindler.com:5000/socket')
.constant('STRIPE_APP_ID', 'ca_3RMwylaNGHWz10cpc6mf5lcliOAYurc3')
.constant('FILE_URI_PREFIX', 'http://staging.skindler.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment