application-top.yml 951 B

12345678910111213141516171819202122232425262728293031323334353637
  1. spring:
  2. cloud:
  3. stream:
  4. bindings:
  5. output:
  6. content-type: application/json
  7. crss-registration:
  8. dataSource:
  9. jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
  10. username: crss_reg
  11. password: B3XxYcAb
  12. maxPoolSize: 5
  13. test-on-borrow: true
  14. validation-query: SELECT 1
  15. crss-main:
  16. datasource:
  17. jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
  18. username: crss_meterprocess
  19. password: crss_meterprocess
  20. maxPoolSize: 5
  21. test-on-borrow: true
  22. validation-query: SELECT 1
  23. jpa:
  24. show-sql: false
  25. hibernate:
  26. ddl-auto: none
  27. properties:
  28. hibernate:
  29. namingStrategy: org.hibernate.cfg.ImprovedNamingStrategy
  30. hbm2ddl:
  31. auto: none
  32. temp:
  33. use_jdbc_metadata_defaults: false
  34. redis:
  35. host: redis.marathon.l4lb.thisdcos.directory
  36. port: 6379