mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-04 11:42:39 -07:00
Router listen port was not listening on the correct port.
This commit is contained in:
parent
7a2ca771f2
commit
52f8d521cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue