diff --git a/.env.example b/.env.example index 0bb4872..a0a7e9c 100644 --- a/.env.example +++ b/.env.example @@ -7,7 +7,7 @@ BOT_TOKEN=JFIiasfjioFIAOJFOIJIOSAF.AFo-7A.akwFakeopfaWPOKawPOFKOAKFPA TIMEZONE=Europe/Stockholm # Optional: Change sqlite database location -# SQLITE_LOCATION=/jobs.sqlite # This will be created in the repo root +# SQLITE_LOCATION=/jobs.sqlite # This will be created in the repo root (This is the default if not set) # 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 diff --git a/extras/.env.example b/extras/.env.example index 0bb4872..a0a7e9c 100644 --- a/extras/.env.example +++ b/extras/.env.example @@ -7,7 +7,7 @@ BOT_TOKEN=JFIiasfjioFIAOJFOIJIOSAF.AFo-7A.akwFakeopfaWPOKawPOFKOAKFPA TIMEZONE=Europe/Stockholm # Optional: Change sqlite database location -# SQLITE_LOCATION=/jobs.sqlite # This will be created in the repo root +# SQLITE_LOCATION=/jobs.sqlite # This will be created in the repo root (This is the default if not set) # 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