fic dev and prod

This commit is contained in:
root
2026-05-17 09:18:31 -04:00
parent 52a6c95d1e
commit 58a3787f29
5 changed files with 43 additions and 91 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
# ═══════════════════════════════════════════════════════════════
# ─── Database ──────────────────────────────────────────────────
DATABASE_URL="postgresql://postgres:password@localhost:5432/rentaldrivego"
DATABASE_URL="postgresql://postgres:24DY&1u5FLCkNMeiO_p@localhost:5432/rentaldrivego"
# ─── API ───────────────────────────────────────────────────────
API_PORT=4000
@@ -75,8 +75,8 @@ REDIS_URL=redis://localhost:6379
# ─── App URLs ──────────────────────────────────────────────────
NEXT_PUBLIC_MARKETING_URL=http://localhost:3000
NEXT_PUBLIC_DASHBOARD_URL=http://localhost:3001
NEXT_PUBLIC_ADMIN_URL=http://localhost:3002
NEXT_PUBLIC_DASHBOARD_URL=http://localhost:3001/dashboard
NEXT_PUBLIC_ADMIN_URL=http://localhost:3002/admin
NEXT_PUBLIC_MARKETPLACE_URL=http://localhost:3000
# Public site is subdomain-based; use this for local dev:
NEXT_PUBLIC_PUBLIC_SITE_DOMAIN=localhost:3003