update example config

This commit is contained in:
Joonas 2023-02-11 18:06:30 +02:00
parent d2d9f0b118
commit b3de3b160a
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ module.exports = {
{ {
name: "twitch_bot", name: "twitch_bot",
script: "./index.js", script: "./index.js",
watch: true, watch: false,
env: { env: {
DATABASE_URL: "file:./dev.db",
NODE_ENV: "production", NODE_ENV: "production",
BOT_PREFIX: "", BOT_PREFIX: "",
LASTFM_KEY: "", LASTFM_KEY: "",