application.yml 210 Bytes
Newer Older
Yiming Liu committed
1 2 3
spring:
  application:
    name: apollo-adminservice
4
  profiles:
5
    active: ${apollo_profile}
Yiming Liu committed
6 7 8 9 10 11 12 13

ctrip:
  appid: 100003172
  
server:
  port: 8090
  
logging:
14
  file: /opt/logs/100003172/apollo-adminservice.log