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

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