From bdad560b10561898ff8cd1b7134c330b2a2721de Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 7 Dec 2017 17:47:02 +0100 Subject: Fixed default agent URL port (set to 8800) Signed-off-by: Sebastien Douheret --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 4cc05e6..3df9e1a 100644 --- a/main.go +++ b/main.go @@ -107,7 +107,7 @@ func main() { log.Out = fdL log.Level = logrus.DebugLevel - agentURL = "localhost:8000" + agentURL = "localhost:8800" logLevel = defaultLogLevel // Create a new App instance -- cgit 1.2.3-korg