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

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

commit 1f10ace1819fdb28f3a24368dd25fe75695cecdf
Author: Wu Sheng <[email protected]>
AuthorDate: Thu Nov 1 17:10:39 2018 +0800

    Make setting and doc consistent with backend default settings.
---
 apm-sniffer/config/agent.config   | 2 +-
 docs/en/setup/backend/ui-setup.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apm-sniffer/config/agent.config b/apm-sniffer/config/agent.config
index fbf0c6b..3bf1504 100644
--- a/apm-sniffer/config/agent.config
+++ b/apm-sniffer/config/agent.config
@@ -39,7 +39,7 @@ agent.application_code=Your_ApplicationName
 # agent.is_open_debugging_class = true
 
 # Backend service addresses.
-collector.backend_service=127.0.0.1:10800
+collector.backend_service=127.0.0.1:11800
 
 # Logging level
 logging.level=DEBUG
diff --git a/docs/en/setup/backend/ui-setup.md 
b/docs/en/setup/backend/ui-setup.md
index 733c84f..d7ad38e 100644
--- a/docs/en/setup/backend/ui-setup.md
+++ b/docs/en/setup/backend/ui-setup.md
@@ -20,7 +20,7 @@ collector:
   ribbon:
     ReadTimeout: 10000
     # Point to all backend's restHost:restPort, split by , 
-    listOfServers: 10.2.34.1:10800,10.2.34.2:10800
+    listOfServers: 10.2.34.1:12800,10.2.34.2:12800
 
 security:
   user:

Reply via email to