crss-datainterface-task-ingest-dev2.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. spring:
  2. crss-emdb:
  3. datasource:
  4. maxPoolSize: 5
  5. #test-on-borrow: true
  6. #validation-query: SELECT 1
  7. crss-dataflow:
  8. datasource:
  9. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_dataflow
  10. username: crss_dataflow
  11. password: crss_dataflow
  12. test-on-borrow: true
  13. validation-query: SELECT 1
  14. crss-nmms:
  15. datasource:
  16. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_nmms
  17. username: crss_nmms
  18. password: crss_nmms
  19. test-on-borrow: true
  20. validation-query: SELECT 1
  21. crss-registration:
  22. datasource:
  23. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg
  24. username: crss_reg
  25. password: crss_reg
  26. driverClassName: org.postgresql.Driver
  27. maxPoolSize: 5
  28. test-on-borrow: true
  29. validation-query: SELECT 1
  30. crss-settlements:
  31. datasource:
  32. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_settlement
  33. username: crss_settlement
  34. password: crss_settlement
  35. driverClassName: org.postgresql.Driver
  36. maxPoolSize: 5
  37. test-on-borrow: true
  38. validation-query: SELECT 1
  39. redis:
  40. host: redis.marathon.l4lb.thisdcos.directory