application.yml 228 Bytes
Newer Older
Yiming Liu committed
1 2 3 4
spring:
  application:
    name: apollo-configservice

5
server:
Yiming Liu committed
6
  port: ${port:8080}
7 8 9 10
  
logging:
  level:
    org.springframework.cloud: 'DEBUG'
Yiming Liu committed
11
  file: /opt/logs/${ctrip.appid}/apollo-configservice.log
12

Yiming Liu committed
13 14
ctrip:
  appid: 100003171