Add initial I need help button and slack webhook integration

This commit is contained in:
terakilobyte
2015-05-23 02:26:29 -04:00
parent 732f2104fd
commit b626c811d0
8 changed files with 104 additions and 54 deletions

View File

@ -58,5 +58,6 @@ module.exports = {
callbackURL: '/auth/linkedin/callback',
scope: ['r_basicprofile', 'r_emailaddress'],
passReqToCallback: true
}
},
slackHook: process.env.SLACK_WEBHOOK,
};