Skip to content

Instantly share code, notes, and snippets.

@Mitch528
Created April 10, 2016 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mitch528/d215cb6a6cdee4f5662715c46dccdcae to your computer and use it in GitHub Desktop.
Save Mitch528/d215cb6a6cdee4f5662715c46dccdcae to your computer and use it in GitHub Desktop.
(function () {
'use strict';
angular.module('app.config', [])
.constant('BASE_URL', 'http://localhost:8003')
.constant('EXCEPTIONLESS_API_KEY', 'Bx7JgglstPG544R34Tw9T7RlCed3OIwtYXVeyhT2')
.constant('FACEBOOK_APPID')
.constant('GITHUB_APPID')
.constant('GOOGLE_APPID')
.constant('INTERCOM_APPID')
.constant('LIVE_APPID')
.constant('STRIPE_PUBLISHABLE_KEY')
.constant('SYSTEM_NOTIFICATION_MESSAGE')
.constant('USE_HTML5_MODE', true)
.constant('USE_SSL', false);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment