You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
320 B
8 lines
320 B
#开发环境中的后端主服务地址
|
|
VITE_APP_API=http://192.168.8.108
|
|
#开发环境中的后端主服务端口
|
|
VITE_APP_API_PORT=2020
|
|
#http对应ws,如果是https则对应wss
|
|
VITE_APP_SOCKET=ws://192.168.8.108:2020/thing/websocket
|
|
#开发环境中的静态服务器须配置端口
|
|
VITE_STATIC_RESOURCES_PORT=8012
|