application.yml 200 Bytes
Newer Older
Yiming Liu committed
1 2 3
spring:
  application:
    name: apollo-configservice
4 5
  profiles:
    active: ctrip
Yiming Liu committed
6 7 8 9 10 11 12 13

ctrip:
  appid: 100003171
  
server:
  port: 8080
  
logging:
14
  file: /opt/logs/100003171/apollo-configservice.log