spring:
  application:
    name: apollo-portal
  profiles:
    active: ctrip

ctrip:
  appid: 100003173
  
server:
  port: 8080
  
logging:
  file: /opt/logs/100003173/apollo-portal.log
  
endpoints:
  shutdown:
    enabled: true