[ 
https://issues.apache.org/jira/browse/SCB-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

yangyongzheng closed SCB-515.
-----------------------------
    Resolution: Fixed

>  change all configuration from 'cse.xxx' to 'servicecomb.xxx'
> -------------------------------------------------------------
>
>                 Key: SCB-515
>                 URL: https://issues.apache.org/jira/browse/SCB-515
>             Project: Apache ServiceComb
>          Issue Type: Wish
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.0.0-m2
>            Reporter: yangyongzheng
>            Assignee: yangyongzheng
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m2
>
>
> we had support both style of configuration for a long time (since 0.2.0): 
> https://github.com/apache/incubator-servicecomb-java-chassis/pull/91
>    But all demos and samples in our code still use 'cse.xxx' such as :
>   
>  APPLICATION_ID: multiple
> service_description:
>   name: a-server
>   version: 0.0.1
> cse:                                                                  
> <------- old
>   service:
>     registry:
>       address: http://127.0.0.1:30100
>   rest:
>     address: 0.0.0.0:8080
>   highway:
>     address: 0.0.0.0:7070
>   
>    I think it's time we may change all of them to 'servicecomb.xxx' like :
>   
>  APPLICATION_ID: multiple
> service_description:
>   name: a-server
>   version: 0.0.1
> servicecomb:                                                     <------- new
>   service:
>     registry:
>       address: http://127.0.0.1:30100
>   rest:
>     address: 0.0.0.0:8080
>   highway:
>     address: 0.0.0.0:7070



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to