重新整理仓库
This commit is contained in:
22
.env.example
Normal file
22
.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# 应用名称
|
||||
VITE_APP_NAME=WebSoftAdmin
|
||||
|
||||
# API 配置
|
||||
VITE_API_URL=https://your-api.com/api
|
||||
VITE_SERVER_API_URL=https://your-server.com/api
|
||||
VITE_DOMAIN=https://your-domain.com
|
||||
VITE_FILE_SERVER=https://your-file-server.com
|
||||
|
||||
# 租户配置
|
||||
VITE_TENANT_ID=your_tenant_id
|
||||
VITE_TEMPLATE_ID=10258
|
||||
|
||||
# 应用密钥
|
||||
VITE_APP_SECRET=your_app_secret
|
||||
|
||||
# 高德地图配置 (请到高德地图官网申请)
|
||||
VITE_MAP_KEY=your_map_key
|
||||
VITE_MAP_CODE=your_map_security_code
|
||||
|
||||
# WebSoftAdmin 授权码 (请联系官方获取)
|
||||
VITE_LICENSE_CODE=your_license_code
|
||||
Reference in New Issue
Block a user