From 3b2593e713f86af22823c5629fd77d47beafd929 Mon Sep 17 00:00:00 2001 From: chenhang Date: Tue, 23 Jun 2026 14:20:36 +0800 Subject: [PATCH] fix(env): update API base URLs to production endpoints --- env-example/.env.local.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env-example/.env.local.example b/env-example/.env.local.example index 9a7f6e48..869256ad 100644 --- a/env-example/.env.local.example +++ b/env-example/.env.local.example @@ -3,8 +3,8 @@ NEXT_PUBLIC_APP_ENV=test # NextAuth v4 —— OAuth callback **公**网 base URL(**必**须与**公**网域名**一**致) NEXTAUTH_URL=https://frontend-test.banlv-ai.com NEXTAUTH_URL_INTERNAL=http://localhost:3000 -NEXT_PUBLIC_API_BASE_URL=https://testapi.banlv-ai.com -NEXT_PUBLIC_WS_BASE_URL=wss://testapi.banlv-ai.com/ws +NEXT_PUBLIC_API_BASE_URL=https://api.cozsweet.com +NEXT_PUBLIC_WS_BASE_URL=wss://api.cozsweet.com/ws NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_51Te8ybEJDtUGxQHo0UMySJ2hW0vVryynzllmIUI3UQdQCFgxNLci0Jmm2lQkRsTaIP7C7IQlFzfFyBJ5rOhr1ML800G8P8DF5R NEXT_PUBLIC_API_CONNECT_TIMEOUT=30000