chore: update production env example with fischerai.cn domains

- NEXT_PUBLIC_API_URL → https://geo.api.fischerai.cn
- CORS_ORIGINS → https://geo.fischerai.cn
- Add BACKEND_INTERNAL_URL for server-side API calls
This commit is contained in:
chiguyong 2026-06-04 16:37:42 +08:00
parent 66e4bff60d
commit 435fec2b00
1 changed files with 3 additions and 2 deletions

View File

@ -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)