mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 10:55:35 +02:00
Merge pull request #841 from Gym/master
local.example.js still has old fb auth callback
This commit is contained in:
2
config/env/local.example.js
vendored
2
config/env/local.example.js
vendored
@@ -17,7 +17,7 @@ module.exports = {
|
||||
facebook: {
|
||||
clientID: process.env.FACEBOOK_ID || 'APP_ID',
|
||||
clientSecret: process.env.FACEBOOK_SECRET || 'APP_SECRET',
|
||||
callbackURL: '/auth/facebook/callback'
|
||||
callbackURL: '/api/auth/facebook/callback'
|
||||
}
|
||||
};
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user