application.yml 345 字节
Newer Older
Y
Yiming Liu 已提交
1
server:
L
lepdou 已提交
2
  port: 8070
Y
Yiming Liu 已提交
3
  
L
lepdou 已提交
4 5 6
spring:
  application:
    name: apollo-portal
Y
Yiming Liu 已提交
7
  datasource:
L
lepdou 已提交
8
    url: jdbc:h2:mem:~/fxapolloportaldb
Y
Yiming Liu 已提交
9
  jpa:
L
lepdou 已提交
10 11 12 13 14 15 16 17 18 19
    hibernate:
      naming_strategy: org.hibernate.cfg.EJB3NamingStrategy

logging:
  level:
    org.springframework.cloud: 'DEBUG'
  file: /opt/logs/${ctrip.appid}/apollo-portal.log
  
ctrip:
  appid: 100003173