application-azure.yml 503 B

123456789101112131415161718
  1. spring:
  2. jpa:
  3. show-sql: false
  4. properties:
  5. hibernate.use_sql_comments: true
  6. hibernate.format_sql: true
  7. datasource:
  8. driverClassName: org.postgresql.Driver
  9. crss:
  10. api.gateway: http://crssedge-server.marathon.l4lb.thisdcos.directory:8080
  11. security.url: http://crssedge-server.marathon.l4lb.thisdcos.directory:8080/uaa
  12. logging:
  13. pattern:
  14. level: 'username:%X{username:-system} %5p'
  15. level:
  16. com.pemc.crss: DEBUG
  17. com.netflix: DEBUG
  18. org.springframework.cloud: DEBUG