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