初始版
This commit is contained in:
16
.env.development
Normal file
16
.env.development
Normal file
@@ -0,0 +1,16 @@
|
||||
VITE_APP_NAME=后台管理(开发环境)
|
||||
#VITE_API_URL=http://127.0.0.1:9200/api
|
||||
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
|
||||
|
||||
|
||||
#VITE_API_URL=https://cms-api.s209.websoft.top/api
|
||||
|
||||
# AI 网关(开发环境建议走同源反代,避免浏览器 CORS)
|
||||
VITE_AI_API_URL=/ai-proxy
|
||||
|
||||
# Ollama 原生接口(开发环境建议走同源反代,避免浏览器 CORS)
|
||||
VITE_OLLAMA_API_URL=/proxy
|
||||
|
||||
# 如果 AI 网关启用了鉴权(401 Not authenticated),填入你的 Key(仅供本机 dev server 使用)
|
||||
# 不要加 VITE_ 前缀,避免被打包进前端
|
||||
# AI_API_KEY=your_ai_api_key
|
||||
Reference in New Issue
Block a user