Skip to content

Commit

Permalink
facebook fix for azure deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
babatech committed Dec 14, 2016
1 parent 3c660b8 commit 69b820b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ module.exports = {
'facebookAuth' : {
'clientID' : '1564108353615682', // your App ID
'clientSecret' : '313b51e736d5c9754bd8575885fce1e1', // your App Secret
'callbackURL' : 'http://localhost:3000/loginfacebook/callback'
'callbackURL' : 'http://asp-fh-kiel.azurewebsites.net/loginfacebook/callback'
},

'twitterAuth' : {
'consumerKey' : 'your-consumer-key-here',
'consumerSecret' : 'your-client-secret-here',
'callbackURL' : 'http://localhost:3000/auth/twitter/callback'
'callbackURL' : 'http://asp-fh-kiel.azurewebsites.net/auth/twitter/callback'
},


Expand Down

0 comments on commit 69b820b

Please sign in to comment.