From b0214694844bd36ea72aba67ffb8ca09b642d2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 31 Jan 2022 21:02:10 +0100 Subject: [PATCH] Also add .env.example to extras so Docker-people don't need to move the file --- extras/.env.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extras/.env.example diff --git a/extras/.env.example b/extras/.env.example new file mode 100644 index 0000000..0bb4872 --- /dev/null +++ b/extras/.env.example @@ -0,0 +1,15 @@ +# Discord bot token +BOT_TOKEN=JFIiasfjioFIAOJFOIJIOSAF.AFo-7A.akwFakeopfaWPOKawPOFKOAKFPA + +# Timezone +# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List +# You want to use the TZ databse name. +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