You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/19 12:07:41 UTC

[incubator-servicecomb-java-chassis] 01/02: SCB-415 change cluster value from "test-cluster" to "default"

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

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

commit fc65c5ba9c6a0e6be7d54917942bdae93f81efbd
Author: zhengyangyong <ya...@huawei.com>
AuthorDate: Mon Mar 19 15:39:41 2018 +0800

    SCB-415 change cluster value from "test-cluster" to "default"
    
    Signed-off-by: zhengyangyong <ya...@huawei.com>
---
 samples/config-apollo-sample/src/main/resources/microservice.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/config-apollo-sample/src/main/resources/microservice.yaml b/samples/config-apollo-sample/src/main/resources/microservice.yaml
index 47ef109..549eaa7 100644
--- a/samples/config-apollo-sample/src/main/resources/microservice.yaml
+++ b/samples/config-apollo-sample/src/main/resources/microservice.yaml
@@ -26,7 +26,7 @@ apollo:
     serverUri: http://127.0.0.1:8070
     serviceName: apollo-test
     env: DEV
-    clusters: test-cluster
+    clusters: default
     namespace: application
     token: #get token from Apollo web pages
 cse:

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