告警参数变更
This commit is contained in:
parent
a2bf56da76
commit
306d624508
|
@ -1,4 +1,4 @@
|
|||
API=test.joylink.club
|
||||
HTTP=https://test.joylink.club
|
||||
HTTP=https://
|
||||
NS=/ncc
|
||||
WS=wss://test.joylink.club
|
||||
WS=wss://
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
API=localhost:9081
|
||||
HTTP=http://localhost:9081
|
||||
HTTP=http://
|
||||
NS=
|
||||
WS=ws://localhost:9081
|
||||
WS=ws://
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue