function SlackConfig () { this.slackWebHook = null; this.slackErrorChannel = null; this.slackInfoChannel = null; }; module.exports = new SlackConfig();