twitch_bot/ecosystem.config.js.example

18 lines
323 B
Plaintext

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