fix the environment dev and prod

This commit is contained in:
root
2026-05-17 09:18:09 -04:00
parent 84285335a4
commit 52a6c95d1e
+1 -1
View File
@@ -77,7 +77,7 @@ REDIS_URL=redis://localhost:6379
NEXT_PUBLIC_MARKETING_URL=http://localhost:3000
NEXT_PUBLIC_DASHBOARD_URL=http://localhost:3001
NEXT_PUBLIC_ADMIN_URL=http://localhost:3002
NEXT_PUBLIC_MARKETPLACE_URL=http://localhost:3000/explore
NEXT_PUBLIC_MARKETPLACE_URL=http://localhost:3000
# Public site is subdomain-based; use this for local dev:
NEXT_PUBLIC_PUBLIC_SITE_DOMAIN=localhost:3003
DASHBOARD_URL=http://localhost:3001