application.yml 374 字节
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
spring:
  application:
    name: apollo-portal

logging:
  level:
    org.springframework.cloud: 'DEBUG'
11
  file: /opt/logs/100003173/apollo-portal.log
L
lepdou 已提交
12
  
L
lepdou 已提交
13 14
apollo:
  portal:
J
Jason Song 已提交
15
    envs: local
Y
Yiming Liu 已提交
16 17 18 19 20 21 22 23 24 25 26

    
endpoints:
  health:
    sensitive: false

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