crss-settlement-task-calculation-addtlcomp-dev2.yml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=settlement
  5. username: crss_settlement
  6. password: crss_settlement
  7. driverClassName: org.postgresql.Driver
  8. maximumPoolSize: 2
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-main:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
  14. username: crss_meterprocess
  15. password: crss_meterprocess
  16. driverClassName: org.postgresql.Driver
  17. maximumPoolSize: 2
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. crss-metering:
  21. datasource:
  22. jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
  23. username: crss_metering
  24. password: crss_metering
  25. driverClassName: org.postgresql.Driver
  26. maximumPoolSize: 2
  27. test-on-borrow: true
  28. validation-query: SELECT 1
  29. crss-nmms:
  30. datasource:
  31. jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
  32. username: crss_nmms
  33. password: crss_nmms
  34. driverClassName: org.postgresql.Driver
  35. maximumPoolSize: 2
  36. test-on-borrow: true
  37. validation-query: SELECT 1
  38. crss-dataflow:
  39. datasource:
  40. jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
  41. username: crss_dataflow
  42. password: crss_dataflow
  43. driverClassName: org.postgresql.Driver
  44. maximumPoolSize: 5
  45. test-on-borrow: true
  46. validation-query: SELECT 1
  47. cloud:
  48. deployer:
  49. mesos:
  50. chronos:
  51. memory: 2048
  52. cpu: 0.5
  53. constraints: rack,EQUAL,rack-daily
  54. task:
  55. initialize:
  56. enable: false
  57. batch:
  58. initializer:
  59. enabled: false
  60. job:
  61. enabled: true
  62. jpa:
  63. show-sql: false
  64. generate-ddl: false
  65. properties:
  66. hibernate:
  67. generate_statistics: false
  68. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  69. ddl-auto: none
  70. hbm2ddl:
  71. import_files:
  72. logging:
  73. level:
  74. com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG
  75. com.netflix: DEBUG
  76. org.springframework.cloud: DEBUG
  77. org.hibernate.stat: debug