crss-settlement-task-validation-dev.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. connectionTimeout: 10000
  9. maxPoolSize: 20
  10. crss-registration:
  11. datasource:
  12. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
  13. username: postgres
  14. password: postgres
  15. driverClassName: org.postgresql.Driver
  16. maxPoolSize: 5
  17. test-on-borrow: true
  18. validation-query: SELECT 1
  19. crss-main:
  20. datasource:
  21. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
  22. username: postgres
  23. password: postgres
  24. driverClassName: org.postgresql.Driver
  25. connectionTimeout: 10000
  26. maxPoolSize: 20
  27. crss-metering:
  28. datasource:
  29. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=metering
  30. username: postgres
  31. password: postgres
  32. driverClassName: org.postgresql.Driver
  33. connectionTimeout: 10000
  34. maxPoolSize: 20
  35. crss-nmms:
  36. datasource:
  37. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=nmms
  38. username: postgres
  39. password: postgres
  40. driverClassName: org.postgresql.Driver
  41. connectionTimeout: 10000
  42. maxPoolSize: 20
  43. crss-dataflow:
  44. datasource:
  45. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
  46. username: postgres
  47. password: postgres
  48. driverClassName: org.postgresql.Driver
  49. connectionTimeout: 10000
  50. maxPoolSize: 20
  51. jpa:
  52. show-sql: false
  53. generate-ddl: true
  54. properties:
  55. hibernate:
  56. generate_statistics: false
  57. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  58. ddl-auto: validate
  59. hbm2ddl:
  60. import_files:
  61. auto:
  62. batch:
  63. job:
  64. enabled: true
  65. batch:
  66. resourceLocation: "file:target/libs/crss-settlement-task-validation-2.6.0.BUILD-SNAPSHOT.jar"
  67. maxWorkers: 2
  68. partitionSize:
  69. tpBillingId: 10000
  70. eps: 10000
  71. rps: 10000
  72. seinBillingId: 10000
  73. logging:
  74. level:
  75. com.pemc: DEBUG
  76. com.netflix: DEBUG
  77. org.springframework.cloud: DEBUG
  78. org.hibernate.stat: debug