colorbot-twitch/colorbot.config.js

15 lines
249 B
JavaScript
Raw Normal View History

2021-01-19 00:03:15 +01:00
module.exports = {
apps : [
{
name: "colorbot-twitch",
script: "./index.js",
watch: true,
env: {
"TWITCH_BOT_KEY": "",
"TWITCH_BOT_USERNAME": "",
"TWITCH_BOT_COLOR_MODE": "loop",
"TWITCH_BOT_INTERVAL": 10
}
}
]
}