databse remote connection

This commit is contained in:
Lukas Nowy
2018-11-14 00:19:07 +01:00
parent 5bfa3a4007
commit c94a631b1a
6664 changed files with 209 additions and 824596 deletions

View File

@ -12,7 +12,7 @@ module.exports = (passport) => {
passport.use(new GoogleStrategy({
clientID: '987329071574-imvtfil34qrnlgouc0njo62aq4md5g1e.apps.googleusercontent.com',
clientSecret: 'xABbcOGWgLCp6X0P4BTjZNYb',
callbackURL: 'http://localhost:7000/auth/google/callback'
callbackURL: '/auth/google/callback'
},
(token, refreshToken, profile, done) => {
return done(null, {