crss-settlement-task-calculation-exist-dev.yml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=settlement
  5. username: crss_settlement
  6. password: i17SMOPm
  7. driverClassName: org.postgresql.Driver
  8. maximumPoolSize: 5
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-main:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=meterprocess
  14. username: crss_meterprocess
  15. password: D9JpfUtT
  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://172.16.0.20:5432/crss?currentSchema=metering
  23. username: crss_metering
  24. password: Fh7UcXpW
  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://172.16.0.20:5432/crss?currentSchema=nmms
  32. username: crss_nmms
  33. password: lbgg1i2Y
  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://172.16.0.20:5432/crss?currentSchema=dataflow
  41. username: crss_dataflow
  42. password: lgcCpwy0
  43. driverClassName: org.postgresql.Driver
  44. maximumPoolSize: 5
  45. connectionTimeout: 300000
  46. test-on-borrow: true
  47. validation-query: SELECT 1
  48. crss-registration:
  49. datasource:
  50. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=registration
  51. username: crss_registration
  52. password: 51UF3JA9
  53. driverClassName: org.postgresql.Driver
  54. profiles:
  55. include: mesos
  56. cloud:
  57. deployer:
  58. mesos:
  59. chronos:
  60. apiEndpoint: http://master.mesos/service/chronos/v1
  61. memory: 3072
  62. cpu: 1
  63. # apply monthly constraints here
  64. constraints:
  65. task:
  66. initialize:
  67. enable: false
  68. batch:
  69. initializer:
  70. enabled: false
  71. job:
  72. enabled: true
  73. jpa:
  74. show-sql: false
  75. generate-ddl: true
  76. properties:
  77. hibernate:
  78. generate_statistics: false
  79. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  80. ddl-auto: none
  81. hbm2ddl:
  82. auto: none
  83. #batch:
  84. # chunkSize: 100
  85. # maxWorkers: 10
  86. # partitionSize:
  87. # retDat: 900
  88. # retBcq: 20000
  89. # spotLlcc: 3000
  90. # calcEta: 3000
  91. # procNss: 3000
  92. # nss: 1000
  93. # disAggBcq: 1000
  94. # disAggBcqBuyer: 1000
  95. # disAggBcqSeller: 1000
  96. # rta: 300
  97. # rprta: 1000
  98. # rcra: 200
  99. # sFactor: 150
  100. # runway: 150
  101. # spotSeller: 1500
  102. # spotBuyer: 1500
  103. # gmr: 1500
  104. logging:
  105. level:
  106. com.pemc.crss.settlement.task.calculation: DEBUG
  107. com.netflix: DEBUG
  108. org.springframework.cloud: DEBUG
  109. org.hibernate.stat: debug
  110. ---
  111. spring:
  112. profiles: genDEBRsvInputWorkspace
  113. cloud.deployer.mesos.chronos.constraints:
  114. ---
  115. ---
  116. spring:
  117. profiles: dailyStlAmtsCalculation
  118. cloud.deployer.mesos.chronos.constraints:
  119. ---
  120. ---
  121. spring:
  122. profiles: dailyLrCalculation
  123. cloud.deployer.mesos.chronos.constraints:
  124. ---