application.yml 406 字节
Newer Older
Y
Yiming Liu 已提交
1
server:
L
lepdou 已提交
2
  port: 8070
Y
Yiming Liu 已提交
3
  
L
lepdou 已提交
4 5 6 7 8 9 10 11 12 13 14
spring:
  application:
    name: apollo-portal

logging:
  level:
    org.springframework.cloud: 'DEBUG'
  file: /opt/logs/${ctrip.appid}/apollo-portal.log
  
ctrip:
  appid: 100003173
L
lepdou 已提交
15 16 17

apollo:
  portal:
J
Jason Song 已提交
18
    envs: local
Y
Yiming Liu 已提交
19 20 21 22 23 24 25 26 27 28 29

    
endpoints:
  health:
    sensitive: false

management:
  security:
    enabled: false
  health:
    status:
J
Jason Song 已提交
30
      order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP