From 5f25d955a9021bae07a0dcda180b311179576d14 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 18 Nov 2014 15:09:26 +0800 Subject: [PATCH] . --- conf/wide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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