application.yml 374 Bytes
Newer Older
1
server:
lepdou committed
2
  port: 8070
3
  
lepdou committed
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
lepdou committed
12
  
lepdou committed
13 14
apollo:
  portal:
Jason Song committed
15
    envs: local
16 17 18 19 20 21 22 23 24 25 26

    
endpoints:
  health:
    sensitive: false

management:
  security:
    enabled: false
  health:
    status:
Jason Song committed
27
      order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP