mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 12:52:26 +00:00
16 lines
275 B
Bash
16 lines
275 B
Bash
# 开发环境
|
|
|
|
# 指定构建模式
|
|
VITE_APP_ENV=development
|
|
|
|
# 页面 title 前缀
|
|
VITE_APP_TITLE=开发环境
|
|
|
|
# 网络请求公用前缀
|
|
VITE_APP_BASE_API=/api/v1
|
|
|
|
# 网络请求公用地址
|
|
VITE_API_BASE_URL=http://localhost:8000
|
|
|
|
# 请求超时时间
|
|
VITE_TIMEOUT=10000 |