更新政府端和银行端
This commit is contained in:
25
government-admin/.env.example
Normal file
25
government-admin/.env.example
Normal file
@@ -0,0 +1,25 @@
|
||||
# 环境变量配置示例文件
|
||||
# 复制此文件为 .env 并根据实际情况修改配置
|
||||
|
||||
# 应用配置
|
||||
VITE_APP_TITLE=宁夏智慧养殖监管平台 - 政府端管理后台
|
||||
VITE_APP_VERSION=1.0.0
|
||||
VITE_APP_ENV=development
|
||||
|
||||
# API配置
|
||||
VITE_API_BASE_URL=http://localhost:5350/api
|
||||
VITE_API_FULL_URL=http://localhost:5350/api
|
||||
|
||||
# 百度地图API密钥
|
||||
VITE_BAIDU_MAP_AK=your_baidu_map_api_key
|
||||
|
||||
# WebSocket配置
|
||||
VITE_WS_URL=ws://localhost:5350
|
||||
|
||||
# 文件上传配置
|
||||
VITE_UPLOAD_URL=http://localhost:5350/api/upload
|
||||
VITE_MAX_FILE_SIZE=10485760
|
||||
|
||||
# 其他配置
|
||||
VITE_ENABLE_MOCK=false
|
||||
VITE_ENABLE_DEVTOOLS=true
|
||||
Reference in New Issue
Block a user