summaryrefslogtreecommitdiff
path: root/Biz/PodcastItLater.md
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-09-04 16:23:17 -0400
committerBen Sima <ben@bsima.me>2025-09-04 16:23:17 -0400
commit91750395b5047dfb99f5d9b7b49d336b2bfb38e8 (patch)
treee3915b25abd67c22f037bc9b29bfbd7cbd352438 /Biz/PodcastItLater.md
parent2a2ff0749f18670ab82c304c8c3468aeea47846f (diff)
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.
Diffstat (limited to 'Biz/PodcastItLater.md')
-rw-r--r--Biz/PodcastItLater.md3
1 files changed, 1 insertions, 2 deletions
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