You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/04/27 07:44:02 UTC

[incubator-servicecomb-java-chassis] 04/04: [SCB-518] ServiceCenter ip address need to config default port

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 2dfcc09d5356767bfe4f934ae504d907bfb73ed8
Author: weichao666 <we...@huawei.com>
AuthorDate: Thu Apr 26 10:34:22 2018 +0800

    [SCB-518] ServiceCenter ip address need to config default port
---
 service-registry/src/test/resources/microservice.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service-registry/src/test/resources/microservice.yaml b/service-registry/src/test/resources/microservice.yaml
index 0c9eb39..4788355 100644
--- a/service-registry/src/test/resources/microservice.yaml
+++ b/service-registry/src/test/resources/microservice.yaml
@@ -37,7 +37,7 @@ instance_description:
 servicecomb:
   service:
     registry:
-      address: http://127.0.0.1, https://127.0.0.1
+      address: http://127.0.0.1:30100
       client:
         httpVersion: HTTP_1_1
         workerPoolSize: 1

-- 
To stop receiving notification emails like this one, please contact
liubao@apache.org.