告警参数变更

This commit is contained in:
tiger_zhou 2023-10-17 10:38:22 +08:00
parent a2bf56da76
commit 306d624508
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
API=test.joylink.club
HTTP=https://test.joylink.club
HTTP=https://
NS=/ncc
WS=wss://test.joylink.club
WS=wss://

View File

@ -1,4 +1,4 @@
API=localhost:9081
HTTP=http://localhost:9081
HTTP=http://
NS=
WS=ws://localhost:9081
WS=ws://

View File

@ -11,7 +11,7 @@
"test": "echo \"No test specified\" && exit 0",
"dev": "set NODE_ENV=dev&&quasar dev",
"local": "set NODE_ENV=local&&quasar dev",
"build": "NODE_ENV=prod&&quasar build",
"build": "NODE_ENV=dev&&quasar build",
"dev-show": "set NODE_ENV=dev-show&&quasar build",
"protoc": "node scripts/proto.cjs",