You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/02/13 06:34:38 UTC

[incubator-skywalking] branch remote-host updated: Reset port to default.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch remote-host
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/remote-host by this push:
     new 23ffa52  Reset port to default.
23ffa52 is described below

commit 23ffa5215245dcfe33f7b6bceb7c4abaf80d32a2
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Feb 13 14:34:11 2019 +0800

    Reset port to default.
---
 docs/en/setup/backend/backend-cluster.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/backend/backend-cluster.md b/docs/en/setup/backend/backend-cluster.md
index 60a4467..a6206e5 100644
--- a/docs/en/setup/backend/backend-cluster.md
+++ b/docs/en/setup/backend/backend-cluster.md
@@ -43,7 +43,7 @@ zookeeper:
   baseSleepTimeMs: ${SW_CLUSTER_ZK_SLEEP_TIME:1000} # initial amount of time to wait between retries
   maxRetries: ${SW_CLUSTER_ZK_MAX_RETRIES:3} # max number of times to retry
   internalComHost: 172.10.4.10
-  internalComPort: 8080
+  internalComPort: 11800
 ```