application.yml 363 Bytes
Newer Older
Yiming Liu committed
1 2 3
spring:
  application:
    name: apollo-portal
4
  profiles:
5
    active: ${apollo_profile}
6 7
  resources:
    cache-period: 3600
Yiming Liu committed
8 9

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

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