application.yml 212 Bytes
Newer Older
Yiming Liu committed
1 2 3
spring:
  application:
    name: apollo-configservice
4
  profiles:
5
    active: ${apollo_profile}
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