diff --git a/config/slackConfig.js b/config/slackConfig.js deleted file mode 100644 index 8cb66f8b..00000000 --- a/config/slackConfig.js +++ /dev/null @@ -1,7 +0,0 @@ -function SlackConfig () { - this.slackWebHook = 'default'; - this.slackErrorChannel = 'default'; - this.slackInfoChannel = 'default'; -}; - -module.exports = new SlackConfig();