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:
parent
66e4bff60d
commit
435fec2b00
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue