Skip to content

Latest commit

 

History

History
 
 

slack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Slack

Add slack token and channel to service.js

const path = require("path");
module.exports = [
    {
        enabled: true,
        isDefaultChecked: false,
        name: "slack",
        indexPath: path.join(__dirname, "services/slack/index.js"),
        options: {
            token: "xoxp-xxxx",
            channel: "general"
        }
    }
]