Move .env.example from discord_reminder_bot to root and add link to time zones

This commit is contained in:
2022-01-31 21:01:46 +01:00
parent 84d6f3b06e
commit deeb7c206d

View File

@ -1,13 +0,0 @@
# Discord bot token
BOT_TOKEN=JFIiasfjioFIAOJFOIJIOSAF.AFo-7A.akwFakeopfaWPOKawPOFKOAKFPA
# Timezone
TIMEZONE=Europe/Stockholm
# Optional: Change sqlite database location
# SQLITE_LOCATION=/jobs.sqlite # This will be created in the repo root
# SQLITE_LOCATION=/C:\\Users\\Jocke\\Desktop\\db.sqlite3 # Note the double backslashes and the first slash
# SQLITE_LOCATION=//home/lovinator/foo.db # On Linux you will need to use double slashes before the path to get the absolute path
# Log level, CRITICAL, ERROR, WARNING, INFO, DEBUG
LOG_LEVEL=INFO