From 761f35c20b6bd8bc6f3ab1daa9f87e4b7b74c14f Mon Sep 17 00:00:00 2001 From: chenhang Date: Tue, 23 Jun 2026 15:47:19 +0800 Subject: [PATCH] chore(env): update preprod API endpoint --- 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..dccf21c6 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://proapi.banlv-ai.com +NEXT_PUBLIC_WS_BASE_URL=wss://proapi.banlv-ai.com/ws NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_51Te8ybEJDtUGxQHo0UMySJ2hW0vVryynzllmIUI3UQdQCFgxNLci0Jmm2lQkRsTaIP7C7IQlFzfFyBJ5rOhr1ML800G8P8DF5R NEXT_PUBLIC_API_CONNECT_TIMEOUT=30000