From 52a6c95d1ec7bef56a37456909203f23871d8c47 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 May 2026 09:18:09 -0400 Subject: [PATCH] fix the environment dev and prod --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 704be9d..5779b96 100644 --- a/.env.example +++ b/.env.example @@ -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