forked from crux-bphc/fest-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-config.js
33 lines (33 loc) · 1.04 KB
/
dev-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
var config = {
passports: {
// facebook: {
// clientID: '1963512117202201',
// clientSecret: 'a241d0e2064df597bdb6c8a8fc481f98',
// callbackURL: "http://localhost:3000/auth/facebook/callback",
// profileFields: ['emails', 'displayName']
// },
google: {
clientID: '566366256828-ius4a49h14bnl77f8v7esr0g85e8isf8.apps.googleusercontent.com',
clientSecret: 'oQZZbTwcXvebPYUA5zBdbiB8',
callbackURL: "http://localhost:3000/auth/google/callback",
profileFields: ['emails']
},
github: {
clientID: '5fa857907229564490f0',
clientSecret: '91bd7c4d0705dc917f41483350f2cbf04cbc3714',
callbackURL: "http://localhost:3000/auth/github/callback",
profileFields: ['emails']
},
},
database: {
name: "fest-manager-dev",
url: "mongodb://127.0.0.1/",
},
email: {
clientID: "566366256828-qr24q6b72krj9p66u2eccfpak56cjc38.apps.googleusercontent.com",
clientSecret: "qktNgemJfKIKp-NVEkG03C0F",
refreshToken: "1/UoSgLDZVOgXJ-QUp9nh-c2cP7ljIihGZ7_ytbyYxDpQ",
user: "[email protected]",
}
};
module.exports = config;