From 435fec2b0078ac8a4f51f16d76d385290abf98f3 Mon Sep 17 00:00:00 2001 From: chiguyong Date: Thu, 4 Jun 2026 16:37:42 +0800 Subject: [PATCH] chore: update production env example with fischerai.cn domains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - NEXT_PUBLIC_API_URL → https://geo.api.fischerai.cn - CORS_ORIGINS → https://geo.fischerai.cn - Add BACKEND_INTERNAL_URL for server-side API calls --- .env.production.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.production.example b/.env.production.example index 78781b9..a3e5d06 100644 --- a/.env.production.example +++ b/.env.production.example @@ -28,8 +28,9 @@ SECRET_KEY=CHANGE_ME_unique_nextauth_secret_at_least_32_chars # ============================================================ # API Configuration # ============================================================ -NEXT_PUBLIC_API_URL=https://your-domain.com -CORS_ORIGINS=https://your-domain.com +NEXT_PUBLIC_API_URL=https://geo.api.fischerai.cn +BACKEND_INTERNAL_URL=http://backend:8000 +CORS_ORIGINS=https://geo.fischerai.cn # ============================================================ # LLM Provider (fill in at least one)