This commit is contained in:
parent
10f8f9f86c
commit
5f25d955a9
|
@ -341,7 +341,7 @@ func Load(confPath, confIP, confPort, confServer, confChannel string, confDocker
|
|||
}
|
||||
|
||||
// XXX: secure protocol wss enchance
|
||||
channel := "ws://" + h[0] + Wide.Port
|
||||
channel := "ws://" + h[0] + ":" + Wide.Port
|
||||
Wide.EditorChannel = channel
|
||||
Wide.OutputChannel = channel
|
||||
Wide.ShellChannel = channel
|
||||
|
|
Loading…
Reference in New Issue