Files
HackFlowy/config/auth.js
T
2014-08-07 20:34:24 -04:00

10 lines
223 B
JavaScript

var port = require('./config.js').port;
module.exports = {
'googleAuth' : {
'clientID' : 'yours-here',
'clientSecret' : 'yours-here',
'callbackURL' : 'http://localhost:' + port + '/auth/google/callback'
}
};