add Makefile, fixed websocket url for https

This commit is contained in:
RockYang
2023-03-23 18:10:23 +08:00
parent a061881d4a
commit 2067aa3f83
9 changed files with 72 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
VUE_APP_API_HOST=172.22.11.200:5678
VUE_APP_API_SECURE=false
VUE_APP_API_HOST=http://172.22.11.200:5678
VUE_APP_WS_HOST=ws://172.22.11.200:5678