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)