application-devlocal.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. connectionTimeout: 10000
  9. maxPoolSize: 20
  10. # for removal after ITER 7 stl testing
  11. crss-meterprocess:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  14. username: postgres
  15. password: postgres
  16. driverClassName: org.postgresql.Driver
  17. connectionTimeout: 10000
  18. maxPoolSize: 20
  19. crss-main:
  20. datasource:
  21. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_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/stl_crss_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/stl_crss_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_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. batch:
  62. job:
  63. enabled: true
  64. redis:
  65. host: localhost
  66. port: 6379
  67. batch:
  68. resourceLocation: "file:target/libs/crss-settlement-task-calculation-addtlcomp-2.0.0.RC6.jar"
  69. chunkSize: 100
  70. maxWorkers: 2
  71. partitionSize:
  72. ac: 15
  73. acAlloc: 15
  74. vatAc: 15
  75. vatAcAlloc: 15
  76. acGmr: 15
  77. logging:
  78. level:
  79. com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG
  80. com.netflix: DEBUG
  81. org.springframework.cloud: DEBUG
  82. org.hibernate.stat: debug