Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
+2
-2
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user