Files
admin-ui/.env.development

7 lines
188 B
Plaintext
Raw Normal View History

2025-11-20 09:41:24 +08:00
# 本地环境
ENV = 'development'
# 统一后端服务地址前缀网关服务名admin-go
# 开发环境走本地代理,避免 CORS
VITE_API_URL = 'http://192.168.74.41:8000'