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/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new afbabb1 [SCB-2115]fix readme format error (#2043)
afbabb1 is described below
commit afbabb1a400a59c82f518f1339c1778cef72454c
Author: bao liu <[email protected]>
AuthorDate: Fri Nov 6 18:15:55 2020 +0800
[SCB-2115]fix readme format error (#2043)
---
huawei-cloud/environment/README.md | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/huawei-cloud/environment/README.md
b/huawei-cloud/environment/README.md
index 3f17873..a006657 100644
--- a/huawei-cloud/environment/README.md
+++ b/huawei-cloud/environment/README.md
@@ -2,14 +2,19 @@
servicestage 存在环境、应用、组件等概念,这些内容都是在部署的时候输入,可以将这些内容用于微服务的配置信息。
-应用 - CAS_APPLICATION_NAME - servicecomb.service.application
-组件 - CAS_COMPONENT_NAME - servicecomb.service.name
-组件版本 - CAS_INSTANCE_VERSION - servicecomb.service.version
+|概念|环境变量|微服务配置项|
+| :--- | :--- | :--- |
+|应用|CAS_APPLICATION_NAME|servicecomb.service.application|
+|组件|CAS_COMPONENT_NAME|servicecomb.service.name|
+|组件版本|CAS_INSTANCE_VERSION|servicecomb.service.version|
部署的过程还会注入环境里面的资源信息。
-服务/配置中心地址(逻辑多租,APIG场景) - PAAS_CSE_ENDPOINT -
servicecomb.service.registry.address/servicecomb.config.client.serverUri
-服务中心地址 - PAAS_CSE_SC_ENDPOINT - servicecomb.service.registry.address
-配置中心地址 - PAAS_CSE_CC_ENDPOINT - servicecomb.config.client.serverUri
-项目(区域) - PAAS_PROJECT_NAME - servicecomb.credentials.project
+|概念|环境变量|微服务配置项|
+| :--- | :--- | :--- |
+|服务/配置中心地址(逻辑多租,APIG场景)| PAAS_CSE_ENDPOINT |
servicecomb.service.registry.address<br/>servicecomb.config.client.serverUri|
+|服务中心地址 | PAAS_CSE_SC_ENDPOINT | servicecomb.service.registry.address |
+|配置中心地址 | PAAS_CSE_CC_ENDPOINT | servicecomb.config.client.serverUri |
+|项目(区域) | PAAS_PROJECT_NAME | servicecomb.credentials.project |
+