Files
KCGL/inventory-web/.env.development

6 lines
280 B
Plaintext
Raw Normal View History

# .env.development
2026-05-22 11:40:35 +08:00
# 1. 本地局域网测试用(比如让平板连 192.168.9.33)
#VITE_API_BASE_URL=http://192.168.9.33:8000/api/v1
# 2. 服务器环境用(推送到服务器前,把上面那行注释掉,这行解开)
VITE_API_BASE_URL=http://172.16.0.95:8000/api/v1