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 4568672  [SCB-2181]APP_MAPPING not working when work with 
servicestage-environment
4568672 is described below

commit 4568672bf0b5aa75572222ecead1bbd2a752e07d
Author: liubao <[email protected]>
AuthorDate: Wed Jan 13 11:40:47 2021 +0800

    [SCB-2181]APP_MAPPING not working when work with servicestage-environment
---
 huawei-cloud/environment/src/main/resources/mapping.yaml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/huawei-cloud/environment/src/main/resources/mapping.yaml 
b/huawei-cloud/environment/src/main/resources/mapping.yaml
index 27c43e5..e10b823 100644
--- a/huawei-cloud/environment/src/main/resources/mapping.yaml
+++ b/huawei-cloud/environment/src/main/resources/mapping.yaml
@@ -14,12 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-CAS_APPLICATION_NAME:
-  - servicecomb.service.application
-CAS_COMPONENT_NAME:
-  - servicecomb.service.name
-CAS_INSTANCE_VERSION:
-  - servicecomb.service.version
 
 PAAS_CSE_ENDPOINT:
   - servicecomb.service.registry.address
@@ -31,3 +25,11 @@ PAAS_CSE_CC_ENDPOINT:
 PAAS_PROJECT_NAME:
   - servicecomb.credentials.project
 
+## other possible and useful mappings
+
+#CAS_APPLICATION_NAME:
+#  - servicecomb.service.application
+#CAS_COMPONENT_NAME:
+#  - servicecomb.service.name
+#CAS_INSTANCE_VERSION:
+#  - servicecomb.service.version
\ No newline at end of file

Reply via email to