Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# ─────────────────────────── Core ───────────────────────────
# External Postgres (also hosts the pg-boss queue schema). Used by Prisma + pg-boss.
DATABASE_URL="postgresql://user:password@host:5432/podcastyes?schema=public"
DATABASE_URL="postgresql://user:password@host:5432/podcast-distribution-ai?schema=public"
# Better Auth — generate a strong secret: `openssl rand -base64 32`
BETTER_AUTH_SECRET="change-me"
@@ -44,7 +44,7 @@ PAYPAL_PLAN_AGENCY=""
# ─────────────────────────── Email ──────────────────────────
RESEND_API_KEY=""
EMAIL_FROM="PodcastYes <noreply@podcastyes.app>"
EMAIL_FROM="Podcast Distribution AI <noreply@podcastdistributionai.com>"
# ─────────────────────────── Worker ─────────────────────────
# Max concurrent audio-generation jobs on the worker process (keep low on a shared VPS).