Files
yaoayanui/.env.example
T
fengchuanhn@gmail.com c70995fbc9 11
2026-05-17 22:05:34 +08:00

12 lines
506 B
Bash
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.
# 开发默认走 Vite 代理 /api -> http://127.0.0.1:8001
# VITE_API_BASE_URL=http://127.0.0.1:8001/api/v1
# Tauri Rust 请求后端基址(拉取 appConfig、脚本等)
# AICLIENT_API_BASE=http://127.0.0.1:8001
# 应用配置在 pythonbackend 的 MySQL 表 desktop_configsname/value),
# 登录后自动同步;Node 流水线通过环境变量 AICLIENT_CFG_<NAME> 读取。
# 常用键示例:LLM_API_KEY、LLM_API_URL、LLM_MODEL_ID、ASR_MODE、DASHSCOPE_API_KEY、OSS_CONFIGJSON