Files
admin-ui/.env.development

11 lines
326 B
Plaintext
Raw Normal View History

2025-11-20 09:41:24 +08:00
# 本地环境
ENV = 'development'
# 统一后端服务地址配置(全部模块共用 8000 端口)
# 切换环境时,仅需修改下面这一个地址的 IP
# 当前环境: 192.168.3.38
# 备用环境: 192.168.3.200
# 备用环境: 116.204.74.41
# 备用环境: 172.20.10.7
VITE_API_URL = 'http://192.168.74.41:8000/'