前端服务共享
This commit is contained in:
9
urbanLifelineWeb/packages/platform/.env.example
Normal file
9
urbanLifelineWeb/packages/platform/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# Platform 应用环境变量示例
|
||||
# 复制此文件为 .env.local 或 .env.production 使用
|
||||
|
||||
# API 基础地址(Gateway 地址)
|
||||
VITE_API_BASE_URL=http://localhost:8180
|
||||
|
||||
# AES 加密密钥(可选,默认使用配置文件中的密钥)
|
||||
# 生产环境建议通过环境变量配置
|
||||
# VUE_APP_AES_SECRET_KEY=1234567890qwer
|
||||
Reference in New Issue
Block a user