mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
15 lines
262 B
Bash
15 lines
262 B
Bash
# 生产环境
|
|
|
|
VITE_APP_ENV=production
|
|
|
|
# 页面 title 前缀
|
|
VITE_APP_TITLE=生产环境
|
|
|
|
# 网络请求公用前缀
|
|
VITE_APP_BASE_API=/api/v1
|
|
|
|
# 网络请求公用地址
|
|
VITE_API_BASE_URL='https://fastapi-vue-admin.cn'
|
|
|
|
# 请求超时时间
|
|
VITE_TIMEOUT=10000 |