Update production credential
This commit is contained in:
parent
12c04f7151
commit
72eae4a1a5
1 changed files with 10 additions and 3 deletions
|
|
@ -20,9 +20,16 @@ angular.module('copayApp.services').factory('glideraService', function($http, $l
|
|||
}
|
||||
else {
|
||||
credentials.HOST = 'https://glidera.io';
|
||||
credentials.REDIRECT_URI = 'urn:ietf:wg:oauth:2.0:oob';
|
||||
credentials.CLIENT_ID = '';
|
||||
credentials.CLIENT_SECRET = '';
|
||||
if (isCordova) {
|
||||
credentials.REDIRECT_URI = 'bitcoin://glidera';
|
||||
credentials.CLIENT_ID = '9c8023f0ac0128235b7b27a6f2610c83';
|
||||
credentials.CLIENT_SECRET = '30431511407b47f25a83bffd72881d55';
|
||||
}
|
||||
else {
|
||||
credentials.REDIRECT_URI = 'urn:ietf:wg:oauth:2.0:oob';
|
||||
credentials.CLIENT_ID = '8a9e8a9cf155db430c1ea6c7889afed1';
|
||||
credentials.CLIENT_SECRET = '24ddec578f38d5488bfe13601933c05f';
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue