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:
root
2026-05-16 20:13:30 -04:00
parent 321cb2344d
commit 1e05a7409f
+2 -1
View File
@@ -35,7 +35,8 @@ JWT_EXPIRY=8h
RENTER_JWT_EXPIRY=7d
# ── Database ──────────────────────────────────────────────────────────────────
POSTGRES_PASSWORD=24DY@1u5FLCkNMeiO@p
# IMPORTANT: POSTGRES_PASSWORD must match the password in DATABASE_URL above
POSTGRES_PASSWORD=change-me
NODE_ENV=production
# ── Email (choose one: Resend API or SMTP) ────────────────────────────────────