The proxy's REST API listens on port 8001

By default, the proxy's REST API listens on port `8001` instead of `8081`.  The hub service listens on port `8081`.
This commit is contained in:
Raymond Liu
2019-10-26 14:32:57 +08:00
committed by GitHub
parent 2847c3a90c
commit 1e298fb053

View File

@@ -41,7 +41,7 @@ port.
## Set the Proxy's REST API communication URL (optional) ## Set the Proxy's REST API communication URL (optional)
By default, this REST API listens on port 8081 of `localhost` only. By default, this REST API listens on port 8001 of `localhost` only.
The Hub service talks to the proxy via a REST API on a secondary port. The The Hub service talks to the proxy via a REST API on a secondary port. The
API URL can be configured separately and override the default settings. API URL can be configured separately and override the default settings.