Ping the user when a response takes over 3 minutes, added config option for specifying a custom 8mb image domain

This commit is contained in:
TheEssem 2021-03-05 12:03:17 -06:00
parent 4d5ef3c24f
commit 45bb53d521
2 changed files with 9 additions and 4 deletions

View file

@ -45,6 +45,8 @@ CHROME=172.17.0.1:9222
OUTPUT=
# Put temporary image dir here (make sure it's accessible via a web server), leave blank to disable
TEMPDIR=
# Put temporary image web server domain
TMP_DOMAIN=
# Set this to true if you're using PM2 to manage the bot
PMTWO=false