Skip to content

Commit

Permalink
update oauthd-lefant key after server upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lefant committed May 3, 2015
1 parent 4deca3b commit 8eb195a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/config.js
Expand Up @@ -2,6 +2,6 @@

module.exports = angular.module('flickrDupFinderConfig', [])
.constant('OAUTHD_URL', 'https://oauthd-lefant.herokuapp.com')
.constant('APP_PUBLIC_KEY', 'QqSxC9FpX5QsfRhGPpf68w2gLRE') //oauthd-lefant
.constant('APP_PUBLIC_KEY', '4UET5aV8f_Np4Eam-BCfQ8zvNzI') //oauthd-lefant
//.constant('OAUTHD_URL', 'http://oauth.io')
//.constant('APP_PUBLIC_KEY', 'cF4gOblEUpueTtsL44-gVjZeeXM') //oauth.io

0 comments on commit 8eb195a

Please sign in to comment.