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:42 UTC

[incubator-servicecomb-java-chassis] 02/02: SCB-415 add apollo setting comments

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 4b5ac30f8cee272432d64cfbdc04bae63c894f07
Author: zhengyangyong <ya...@huawei.com>
AuthorDate: Mon Mar 19 17:46:38 2018 +0800

    SCB-415 add apollo setting comments
    
    Signed-off-by: zhengyangyong <ya...@huawei.com>
---
 samples/config-apollo-sample/src/main/resources/microservice.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 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 549eaa7..524b5a5 100644
--- a/samples/config-apollo-sample/src/main/resources/microservice.yaml
+++ b/samples/config-apollo-sample/src/main/resources/microservice.yaml
@@ -24,9 +24,13 @@ service_description:
 apollo:
   config:
     serverUri: http://127.0.0.1:8070
-    serviceName: apollo-test
+    serviceName: apollo-test  #AppId in apollo
     env: DEV
+    #default clusters name in apollo,if user create new clusters please replace this setting value
+    #more detail can be found at https://github.com/ctripcorp/apollo/wiki
     clusters: default
+    #default namespace name in apollo,if user create new namespace please replace this setting value
+    #more detail can be found at https://github.com/ctripcorp/apollo/wiki/Apollo%E6%A0%B8%E5%BF%83%E6%A6%82%E5%BF%B5%E4%B9%8B%E2%80%9CNamespace%E2%80%9D
     namespace: application
     token: #get token from Apollo web pages
 cse:

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