You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/04/09 14:51:26 UTC

[GitHub] [servicecomb-java-chassis] heyile edited a comment on issue #1705: [SCB-1862] ServiceComb add extensions to support cas env variables

heyile edited a comment on issue #1705: [SCB-1862] ServiceComb add extensions to support cas env variables
URL: https://github.com/apache/servicecomb-java-chassis/pull/1705#issuecomment-611445934
 
 
   support register cas  env variables to the service center
   
   ```pom
       < !-- just add dependency -->
       <dependency>
         <groupId>org.apache.servicecomb</groupId>
         <artifactId>servicestage</artifactId>
       </dependency>
   ```
   
   the cas variable is showed as bellow:
   
   ```
   CAS_APPLICATION_ID
   
   CAS_COMPONENT_NAME
   
   CAS_INSTANCE_VERSION
   
   CAS_INSTANCE_ID
   
   CAS_ENVIRONMENT_ID
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services