From 91750395b5047dfb99f5d9b7b49d336b2bfb38e8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 4 Sep 2025 16:23:17 -0400 Subject: Refactor Admin and Database path stuff Moved the Admin related stuff to a separate file. Removed the repetitive `db_path` arg everywhere and replaced it with correct assumptions, similar to whats in other apps. --- Biz/PodcastItLater.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Biz/PodcastItLater.md') diff --git a/Biz/PodcastItLater.md b/Biz/PodcastItLater.md index 1e22e05..c3d1708 100644 --- a/Biz/PodcastItLater.md +++ b/Biz/PodcastItLater.md @@ -149,7 +149,7 @@ S3_BUCKET= S3_ACCESS_KEY= S3_SECRET_KEY= BASE_URL= -DATABASE_PATH= # Used by both Web and Worker services +DATA_DIR= # Used by both Web and Worker services SESSION_SECRET= PORT= @@ -161,7 +161,6 @@ STRIPE_PRICE_ID_PRO= SENDGRID_API_KEY= # for transactional emails SENTRY_DSN= REDIS_URL= -DATABASE_URL= # PostgreSQL ``` ### Next Implementation Steps -- cgit v1.2.3