mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 04:01:04 +01:00
Fixing Facebook Redirect
This commit is contained in:
4
config/env/development.js
vendored
4
config/env/development.js
vendored
@@ -4,8 +4,8 @@ module.exports = {
|
||||
name: "MEAN - A Modern Stack - Development"
|
||||
},
|
||||
facebook: {
|
||||
clientID: "APP_ID",
|
||||
clientSecret: "APP_SECRET",
|
||||
clientID: "455818271176818",
|
||||
clientSecret: "db6c579d1fcdc9a3980bc4aade0e3aaf",
|
||||
callbackURL: "http://localhost:3000/auth/facebook/callback"
|
||||
},
|
||||
twitter: {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"scripts": {
|
||||
"start": "node node_modules/grunt-cli/bin/grunt",
|
||||
"test": "node node_modules/grunt-cli/bin/grunt test",
|
||||
"postinstall": "bower install"
|
||||
"postinstall": "node node_modules/bower/bin/bower install"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "latest",
|
||||
|
||||
Reference in New Issue
Block a user