crss-settlement-task-calculation-dev2.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?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://192.168.233.9:5432/crss_table_partitioning?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://192.168.233.9: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://192.168.233.9:5432/crss_table_partitioning?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://192.168.233.9:5432/crss?currentSchema=dataflow
  41. username: crss_dataflow
  42. password: crss_dataflow
  43. driverClassName: org.postgresql.Driver
  44. maximumPoolSize: 5
  45. connectionTimeout: 300000
  46. test-on-borrow: true
  47. validation-query: SELECT 1
  48. profiles:
  49. include: mesos
  50. cloud:
  51. deployer:
  52. mesos:
  53. chronos:
  54. apiEndpoint: http://chronos.marathon.l4lb.thisdcos.directory:10119/v1
  55. memory: 2048
  56. cpu: 0.5
  57. task:
  58. initialize:
  59. enable: false
  60. batch:
  61. initializer:
  62. enabled: false
  63. job:
  64. enabled: true
  65. jpa:
  66. show-sql: false
  67. generate-ddl: true
  68. properties:
  69. hibernate:
  70. generate_statistics: false
  71. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  72. ddl-auto: none
  73. hbm2ddl:
  74. auto: none
  75. batch:
  76. chunkSize: 100
  77. maxWorkers: 10
  78. partitionSize:
  79. retDat: 900
  80. retBcq: 20000
  81. calcEta: 3000
  82. procNss: 3000
  83. nss: 1000
  84. disAggBcq: 1000
  85. disAggBcqBuyer: 1000
  86. disAggBcqSeller: 1000
  87. rta: 300
  88. rprta: 1000
  89. rcra: 200
  90. sFactor: 150
  91. runway: 150
  92. spotSeller: 1500
  93. spotBuyer: 1500
  94. gmr: 1500
  95. logging:
  96. level:
  97. com.pemc.crss.settlement.task.calculation: DEBUG
  98. com.netflix: DEBUG
  99. org.springframework.cloud: DEBUG
  100. org.hibernate.stat: debug