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/13 08:44:11 UTC

[incubator-servicecomb-website] 04/06: Update dynamic-config.md

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-website.git

commit 5b3610b61a1668bd950805ec7836f1879bc0e40c
Author: lijasonvip <li...@huawei.com>
AuthorDate: Mon Mar 12 18:08:49 2018 +0800

    Update dynamic-config.md
---
 _users/dynamic-config.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_users/dynamic-config.md b/_users/dynamic-config.md
index d64cc63..a584ae2 100644
--- a/_users/dynamic-config.md
+++ b/_users/dynamic-config.md
@@ -75,7 +75,8 @@ Visit `http://192.168.199.1:8070/open/manage.html` and fill in application ID an
        token: testtoken
        refreshInterval: 10
    ```
-​	Configurations under `apollo.config` are parameters of the project that users created above, including serviceName, env, clusters, namespace, token and refreshInterval. Pay attention to `refreshInterval: 10`, it means service will fetch latest configuration items every each 10 seconds, default refresh cycle is 30 second if no value is configured here.
+​	Configurations under `apollo.config` are parameters of the project that users created above, including serviceName, env, clusters, namespace, token and refreshInterval. Pay attention to `refreshInterval: 10`, it means service will fetch latest configuration items every each 10 seconds, default refresh cycle is 30 second if no value is configured here. 
+  `serviceName` need to be `AppId` in apollo, please pay attention to that.
 
 ### Get configurations
 

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