Skip to content

Instantly share code, notes, and snippets.

@yrezgui
Created July 21, 2014 21:02
Show Gist options
  • Select an option

  • Save yrezgui/d4abc224732d3884ed26 to your computer and use it in GitHub Desktop.

Select an option

Save yrezgui/d4abc224732d3884ed26 to your computer and use it in GitHub Desktop.
(function () {
'use strict';
var mod = angular.module('components.config', []);
mod.constant('Config', {
BUFFER_API_URL: 'https://api.bufferapp.com/1/',
BUFFER_CLIENT_ID: 'lufhdfkg4b3jkrbriu3hrb23urv3briu3rb3',
CONNECT_URL: 'https://bufferapp.com/oauth2/authorize',
REDIRECT_URI: 'http://www.megusta.com',
EXCHANGE_OAUTH_CODE_URL: 'http://www.letroc.com',
TOKEN_KEY: 'accessToken'
});
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment