From c559c00340f8d1ea6edab92fa6877a455839c9c1 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 12 Jul 2025 17:29:17 +0100 Subject: [PATCH] fix(stremio-letterboxd): add DATABASE_URL to environment configuration --- apps/stremio-letterboxd/.env | 3 +++ 1 file changed, 3 insertions(+) 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