From b3de3b160a2e0afd1d6509204f7ea421ae94683c Mon Sep 17 00:00:00 2001 From: Joonas Date: Sat, 11 Feb 2023 18:06:30 +0200 Subject: [PATCH] update example config --- ecosystem.config.js.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ecosystem.config.js.example b/ecosystem.config.js.example index 1cbcea2..4b1cbcf 100644 --- a/ecosystem.config.js.example +++ b/ecosystem.config.js.example @@ -3,8 +3,9 @@ module.exports = { { name: "twitch_bot", script: "./index.js", - watch: true, + watch: false, env: { + DATABASE_URL: "file:./dev.db", NODE_ENV: "production", BOT_PREFIX: "", LASTFM_KEY: "",