2015-11-26 00:36:04 +01:00
|
|
|
(function (exports){
|
|
|
|
exports.AUTH0_DOMAIN = 'Your_Auth0_Domain';
|
|
|
|
exports.AUTH0_CLIENT_ID = 'Your_Auth0_Client_Id';
|
|
|
|
exports.AUTH0_CLIENT_SECRET = 'Your_Auth0_Client_Secret';
|
|
|
|
})(typeof exports === 'undefined' ? this['auth0Variables']={}: exports);
|