Files
HackFlowy/config/auth.js
T
2014-08-07 17:47:09 -04:00

9 lines
201 B
JavaScript

module.exports = {
'googleAuth' : {
'clientID' : 'your-secret-clientID-here',
'clientSecret' : 'your-client-secret-here',
'callbackURL' : 'http://localhost:3000/auth/google/callback'
}
};