You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
287 B
Bash

# API基础URL
NEXT_PUBLIC_API_BASE_URL=/
# 开发服务器主机地址 129穿透
#NEXT_PUBLIC_DEV_SERVER_HOST=https://p29.ngsk.tech:7001
# 开发环境-129
#NEXT_PUBLIC_DEV_SERVER_HOST='http://192.168.5.129:80'
# 开发环境-119
NEXT_PUBLIC_DEV_SERVER_HOST='http://192.168.5.119:80'