diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-07 17:47:02 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-07 17:48:24 +0100 |
commit | bdad560b10561898ff8cd1b7134c330b2a2721de (patch) | |
tree | 082e29335e4609b23aeae4c642cc6b462821da70 /main.go | |
parent | 8eec65457e532c0e6a9721e3c6df9a6a9489d96f (diff) |
Fixed default agent URL port (set to 8800)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |