Files
ai_site/.env.example
whm 76cdcd760e feat: ship loose-offline dbsync (validate, agent push, LWW audit)
Add UUID/FK channel checks, agent whitelist/push APIs, bindings, super-admin LWW audit with rollback, reconcile rate limits, and sync docs. Default customers stay opt-in; company conflict UI is removed.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-31 17:54:14 +08:00

32 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# =============================================================================
# 生产环境模板aisite.yuxindazhineng.com
# 用法cp .env.example .env 后填入 API Key再 ./restart.sh
# 密钥勿提交 Git供应商说明见 ai-service/etc/llm.yaml
# =============================================================================
# ---- LLM ----
LLM_PROVIDER=deepseek
DEEPSEEK_API_KEY=
MINIMAX_API_KEY=
# 视觉 / 截图还原度:生产关闭
VISION_PROVIDER=dashscope
DASHSCOPE_API_KEY=
DASHSCOPE_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
VISION_MODEL=qwen3.6-plus
FIDELITY_LOOP=0
# ---- 端口(绑 127.0.0.1,由宿主机 Nginx 对外 80/443----
AIJZ_WEB_PUBLISH=127.0.0.1:5173
AIJZ_GATEWAY_PUBLISH=127.0.0.1:8180
AIJZ_PLATFORM_PUBLISH=127.0.0.1:8888
AIJZ_AI_PUBLISH=127.0.0.1:8001
AIJZ_PG_PUBLISH=127.0.0.1:5432
# ---- 对外域名 + 宿主机 Nginx 反代 ----
AIJZ_ENABLE_HOST_NGINX=1
AIJZ_DOMAIN=aisite.yuxindazhineng.com
AIJZ_PUBLIC_BASE_URL=https://aisite.yuxindazhineng.com
# 证书nginx/aisite.yuxindazhineng.com.pem + .key
# 或 nginx/fullchain.pem + nginx/privkey.pem