twitch_bot/ecosystem.config.js.example

17 lines
283 B
Plaintext

module.exports = {
apps: [
{
name: "twitch_bot",
script: "./index.js",
watch: true,
env: {
NODE_ENV: "production",
BOT_PREFIX: "",
LASTFM_KEY: "",
TWITCH_USERNAME: "",
TWITCH_PASSWORD: "",
},
},
],
};