spee.ch/config/slackConfig.js.example

8 lines
180 B
Text
Raw Normal View History

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