From 52f8d521cdf54b1f3a13f84c4744cd08fc2ea4ad Mon Sep 17 00:00:00 2001 From: James Wells Date: Tue, 26 Oct 2021 16:12:46 -0700 Subject: [PATCH] Router listen port was not listening on the correct port. --- internal/gstructs/gstructs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gstructs/gstructs.go b/internal/gstructs/gstructs.go index 50c2427..58a38f9 100644 --- a/internal/gstructs/gstructs.go +++ b/internal/gstructs/gstructs.go @@ -73,7 +73,7 @@ type RouterDetails struct { * on for routers. If not defined, it will default * to 35570. */ - RouterPort int64 `hcl:"workerport,optional"` + RouterPort int64 `hcl:"routerport,optional"` /* * This is the is the port that the router listens