fix example env: align POSTGRES_PASSWORD placeholder with DATABASE_URL
Both must use the same value. Previously POSTGRES_PASSWORD was set to a real password near the bottom of the file while DATABASE_URL used 'change-me', making the mismatch easy to miss. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -35,7 +35,8 @@ JWT_EXPIRY=8h
|
|||||||
RENTER_JWT_EXPIRY=7d
|
RENTER_JWT_EXPIRY=7d
|
||||||
|
|
||||||
# ── Database ──────────────────────────────────────────────────────────────────
|
# ── Database ──────────────────────────────────────────────────────────────────
|
||||||
POSTGRES_PASSWORD=24DY@1u5FLCkNMeiO@p
|
# IMPORTANT: POSTGRES_PASSWORD must match the password in DATABASE_URL above
|
||||||
|
POSTGRES_PASSWORD=change-me
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
|
|
||||||
# ── Email (choose one: Resend API or SMTP) ────────────────────────────────────
|
# ── Email (choose one: Resend API or SMTP) ────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user