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 } } ] }