application.yml 327 Bytes
Newer Older
Yiming Liu committed
1 2 3
spring:
  application:
    name: apollo-portal
4
  profiles:
5
    active: ${apollo_profile}
Yiming Liu committed
6 7

server:
8
  port: 8080
Yiming Liu committed
9 10 11
  
logging:
  file: /opt/logs/100003173/apollo-portal.log
12

Yiming Liu committed
13
endpoints:
14 15 16 17 18 19 20 21
  health:
    sensitive: false
management:
  security:
    enabled: false
  health:
    status:
      order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP 
lepdou committed
22 23