1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 数智AI
|
||||
|
||||
# 生产环境配置
|
||||
VITE_APP_ENV = 'staging'
|
||||
|
||||
# 管理系统/生产环境
|
||||
VITE_APP_BASE_API = '/stage-api'
|
||||
|
||||
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
||||
VITE_BUILD_COMPRESS = gzip
|
||||
|
||||
# 后端接口地址
|
||||
VITE_APP_BASE_URL = 'http://192.168.5.125:8000'
|
||||
|
||||
# AnythingLLM API 密钥
|
||||
VITE_APP_ANYTHINGLLM_API_KEY = 'Bearer A3X9P8A-ZPK4K64-PDMVRB1-KJ5TXZT'
|
||||
|
||||
# RAGFlow API 配置
|
||||
VITE_APP_RAGFLOW_API = 'http://192.168.5.125:3010'
|
||||
VITE_APP_RAGFLOW_API_KEY = 'ragflow-qxHWAR7qwBedQSRmc2tDtL4duwh3KSzE8md5t1Qodv0'
|
||||
Reference in New Issue
Block a user