Files
HackFlowy/config/auth.js
T
Curtis SerVaas bd8b510a73 Auth- Added Back-end Logic
removed personal details
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'
}
};