crss-settlement-task-calculation-devlocal.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. maxPoolSize: 5
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. # for removal after ITER 7 stl testing
  12. crss-meterprocess:
  13. datasource:
  14. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  15. username: postgres
  16. password: postgres
  17. driverClassName: org.postgresql.Driver
  18. maxPoolSize: 5
  19. test-on-borrow: true
  20. validation-query: SELECT 1
  21. crss-main:
  22. datasource:
  23. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  24. username: postgres
  25. password: postgres
  26. driverClassName: org.postgresql.Driver
  27. maxPoolSize: 5
  28. test-on-borrow: true
  29. validation-query: SELECT 1
  30. crss-metering:
  31. datasource:
  32. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
  33. username: postgres
  34. password: postgres
  35. driverClassName: org.postgresql.Driver
  36. maxPoolSize: 5
  37. test-on-borrow: true
  38. validation-query: SELECT 1
  39. crss-nmms:
  40. datasource:
  41. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
  42. username: postgres
  43. password: postgres
  44. driverClassName: org.postgresql.Driver
  45. maxPoolSize: 5
  46. test-on-borrow: true
  47. validation-query: SELECT 1
  48. crss-dataflow:
  49. datasource:
  50. jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
  51. username: postgres
  52. password: postgres
  53. driverClassName: org.postgresql.Driver
  54. maxPoolSize: 20
  55. test-on-borrow: true
  56. validation-query: SELECT 1
  57. jpa:
  58. show-sql: false
  59. generate-ddl: true
  60. properties:
  61. hibernate:
  62. generate_statistics: false
  63. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  64. ddl-auto: validate
  65. hbm2ddl:
  66. import_files:
  67. batch:
  68. job:
  69. enabled: true
  70. batch:
  71. resourceLocation: "file:target/libs/crss-settlement-task-calculation-2.0.0.RC6.jar"
  72. chunkSize: 15
  73. maxWorkers: 3
  74. partitionSize:
  75. retDat: 15
  76. retBcq: 15
  77. calcEta: 15
  78. disAggBcq: 15
  79. disAggBcqSeller: 15
  80. disAggBcqBuyer: 15
  81. procNss: 15
  82. nss: 15
  83. rta: 15
  84. rprta: 15
  85. rcra: 15
  86. runway: 15
  87. spotSeller: 15
  88. spotBuyer: 15
  89. logging:
  90. level:
  91. com.pemc.crss.settlement.task.calculation: DEBUG
  92. com.netflix: DEBUG
  93. org.springframework.cloud: DEBUG
  94. org.hibernate.stat: debug