update static server conf to ""
This commit is contained in:
parent
436ca38539
commit
e89726844b
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"IP": "${ip}",
|
"IP": "${ip}",
|
||||||
"Server": "{IP}:7070",
|
"Server": "{IP}:7070",
|
||||||
"StaticServer": "http://{IP}:7070",
|
"StaticServer": "",
|
||||||
"EditorChannel": "ws://{IP}:7070",
|
"EditorChannel": "ws://{IP}:7070",
|
||||||
"OutputChannel": "ws://{IP}:7070",
|
"OutputChannel": "ws://{IP}:7070",
|
||||||
"ShellChannel": "ws://{IP}:7070",
|
"ShellChannel": "ws://{IP}:7070",
|
||||||
|
|
Loading…
Reference in New Issue