Slack messaging #169

Merged
bones7242 merged 11 commits from slack-messaging into master 2017-09-21 21:11:32 +02:00
Showing only changes of commit 283338b719 - Show all commits

View file

@ -11,7 +11,7 @@ module.exports = (winston) => {
level : 'error',
webhookUrl: SLACK_WEB_HOOK,
channel : SLACK_ERROR_CHANNEL,
username : 'errorBot',
username : 'spee.ch',
iconEmoji : ':face_with_head_bandage:',
});
winston.add(winstonSlackWebHook, {
@ -19,7 +19,7 @@ module.exports = (winston) => {
level : 'info',
webhookUrl: SLACK_WEB_HOOK,
channel : SLACK_INFO_CHANNEL,
username : 'infoBot',
username : 'spee.ch',
iconEmoji : ':nerd_face:',
});
// send test message