module.exports = { // your cummunity or team name to display on join page. community: 'YOUR-TEAM-NAME', // your slack team url (ex: socketio.slack.com) slackUrl: 'YOUR-TEAM.slack.com', // access token of slack // You can generate it in https://api.slack.com/web#auth // // You can test your token via curl: // curl -X POST 'https://YOUR-SLACK-TEAM.slack.com/api/users.admin.invite' \ // --data 'email=EMAIL&channels=CHANNEL_ID&token=TOKEN&set_active=true' \ // --compressed slacktoken: 'YOUR-ACCESS-TOKEN', // channels to join when the user is invited.(Array of channel-id) // You can find id of channels in your slack.(look at sidebar on the left) // channel list's HTML looks like: //