Initial commit
This commit is contained in:
12
.env.development
Normal file
12
.env.development
Normal file
@@ -0,0 +1,12 @@
|
||||
# 后端请求地址
|
||||
VITE_API_BASE=http://192.168.113.18:8090/api
|
||||
# 服务前缀
|
||||
VITE_API_BASE_PUB=/langwell-pub-server
|
||||
VITE_API_BASE_SYS=/langwell-sys-server
|
||||
VITE_API_BASE_NOTE=/langwell-notes-server
|
||||
VITE_API_BASE_AI=/langwell-ai-server
|
||||
VITE_API_BASE_DOC=/langwell-doc-server
|
||||
|
||||
# AI后端请求地址
|
||||
VITE_AI_API_BASE=http://192.168.213.176/v1
|
||||
VITE_AI_CHAT_SECRET=app-8WsQjtYZYzOH9bRSFK8MCmaw
|
||||
Reference in New Issue
Block a user