[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
26
chat_web_front/.env
Normal file
26
chat_web_front/.env
Normal file
@@ -0,0 +1,26 @@
|
||||
############################# 生产配置|START ################################
|
||||
; ### 前端上下文
|
||||
; VITE_GLOB_FRONT_CTX=/chat_web
|
||||
;
|
||||
; ### 后端真实接口的上下文
|
||||
; VITE_GLOB_API_CTX=/chat_web_backend
|
||||
############################# 生产配置|END ##################################
|
||||
|
||||
|
||||
############################# 开发测试配置|START ################################
|
||||
### 前端上下文
|
||||
VITE_GLOB_FRONT_CTX=/metalinfo
|
||||
|
||||
### 后端真实接口的上下文
|
||||
VITE_GLOB_API_CTX=/chat_web_backend
|
||||
############################# 测试配置|END ##################################
|
||||
|
||||
##仅开发环境用到
|
||||
VITE_GLOB_API_DEV_IP=http://localhost:8099
|
||||
VITE_GLOB_FRONT_PORT=3000
|
||||
|
||||
# Whether long replies are supported, which may result in higher API fees
|
||||
VITE_GLOB_OPEN_LONG_REPLY=false
|
||||
|
||||
# When you want to use PWA
|
||||
VITE_GLOB_APP_PWA=false
|
||||
Reference in New Issue
Block a user