diff --git a/apps/stremio-letterboxd/.env b/apps/stremio-letterboxd/.env index 808c39f..902bc28 100644 --- a/apps/stremio-letterboxd/.env +++ b/apps/stremio-letterboxd/.env @@ -8,3 +8,6 @@ CATALOG_PAGE_SIZE=30 # Controls the number of Letterboxd lists that can be concurrently scraped. QUEUE_CONCURRENCY=15 + +# The path to the database file. +DATABASE_URL=file:/app/data/stremio-letterboxd.db \ No newline at end of file