From 08ee4bd6a3bf3e7e92878466a000b194a56e5ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Wed, 5 Jan 2022 02:02:18 +0100 Subject: [PATCH] Add more examples to .env.example --- discord_reminder_bot/.env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discord_reminder_bot/.env.example b/discord_reminder_bot/.env.example index 5915304..5a28da7 100644 --- a/discord_reminder_bot/.env.example +++ b/discord_reminder_bot/.env.example @@ -5,7 +5,9 @@ BOT_TOKEN=JFIiasfjioFIAOJFOIJIOSAF.AFo-7A.akwFakeopfaWPOKawPOFKOAKFPA TIMEZONE=Europe/Stockholm # Optional: Change sqlite database location -# SQLITE_LOCATION=jobs.sqlite +# 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