mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
发布v2.0.0分支
This commit is contained in:
+14
-10
@@ -1,16 +1,20 @@
|
||||
# 开发环境
|
||||
|
||||
# 指定构建模式
|
||||
# 环境
|
||||
VITE_APP_ENV=development
|
||||
|
||||
# 页面 title 前缀
|
||||
VITE_APP_TITLE=开发环境
|
||||
|
||||
# 网络请求公用前缀
|
||||
VITE_APP_BASE_API=/api/v1
|
||||
# 项目名称
|
||||
VITE_APP_TITLE=fastapi_vue3_admin
|
||||
|
||||
# 网络请求公用地址
|
||||
VITE_API_BASE_URL=http://localhost:8001
|
||||
# VITE_API_BASE_URL=http://service.fastapiadmin.com
|
||||
|
||||
# 代理前缀
|
||||
VITE_APP_BASE_API=/api/v1
|
||||
|
||||
# 应用端口
|
||||
VITE_APP_PORT=5180
|
||||
|
||||
# 超时时间
|
||||
VITE_TIMEOUT=10000
|
||||
|
||||
|
||||
# 请求超时时间
|
||||
VITE_TIMEOUT=10000
|
||||
Reference in New Issue
Block a user