spee.ch/devConfig/slackConfig.js.example
2018-03-19 14:32:25 -07:00

7 lines
165 B
Text

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