Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixing Configuration Files
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Feb 12, 2014
1 parent 02b9773 commit 85c97f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/env/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ module.exports = {
linkedin: {
clientID: 'APP_ID',
clientSecret: 'APP_SECRET',
callbackURL: 'http://www.temoj.com/auth/linkedin/callback'
callbackURL: 'http://localhost:3000/auth/linkedin/callback'
}
};
2 changes: 1 addition & 1 deletion config/env/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ module.exports = {
linkedin: {
clientID: 'APP_ID',
clientSecret: 'APP_SECRET',
callbackURL: 'http://www.temoj.com/auth/linkedin/callback'
callbackURL: 'http://localhost:3000/auth/linkedin/callback'
}
};

0 comments on commit 85c97f8

Please sign in to comment.