Skip to content

Commit fe9dd94

Browse files
committed
secure keys
1 parent ffd6eb9 commit fe9dd94

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

server/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
keys.js

server/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const GoogleStrategy = require('passport-google-oauth20').Strategy;
44

55
const app = express();
66

7-
// clientID 964808011168-29vqsooppd769hk90kjbjm5gld0glssb.apps.googleusercontent.com
8-
// clientSecret KnH-rZC23z4fr2CN4ISK4srN
97
passport.use(new GoogleStrategy());
108

119
const PORT = process.env.PORT || 5000;

0 commit comments

Comments
 (0)