6 lines
280 B
Plaintext
6 lines
280 B
Plaintext
# .env.development
|
||
# 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 |