application.yml 285 字节
Newer Older
Y
Yiming Liu 已提交
1
server:
J
Jason Song 已提交
2
  port: 8070
Y
Yiming Liu 已提交
3 4 5 6
  
spring:
  application:
    name: apollo-portal
Y
Yiming Liu 已提交
7 8 9
  profiles:
    active: ctrip
    
Y
Yiming Liu 已提交
10 11 12
logging:
  level:
    org.springframework.cloud: 'DEBUG'
L
lepdou 已提交
13
  file: /opt/logs/${ctrip.appid}/apollo-portal.log
Y
Yiming Liu 已提交
14
  
15
ctrip:
J
Jason Song 已提交
16
  appid: 100003173
Y
Yiming Liu 已提交
17 18 19
  
apollo:
  portal:
L
lepdou 已提交
20
    env: dev,fat,uat