diff --git a/conf/wide.go b/conf/wide.go index afa3342..37204c4 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -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