According to
, it is shown that the http server port for router endpoint is hardcoded and no any way to modify it.
That is, in my project, I have specified http-port="443"attribute for <server>, but it still log something like:
2019/05/05 18:59:24 [Info] Getting router config from http://xxxxxx.com:8080/cat/s/router?domain=Foo-Test&env=dev&hostname=martin-MacBook-Pro.local&ip=xx.xxx.xxx.xx&op=xml
Is this hardcode intentional?
According to
cat-go/cat/config.go
Line 44 in f5c6d77
That is, in my project, I have specified
http-port="443"attribute for<server>, but it still log something like:Is this hardcode intentional?