crss-settlement-task-invoice-generation.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=settlement&ApplicationName=stlInvJob
  5. username: crss_settlement
  6. password: i17SMOPm
  7. driverClassName: com.edb.Driver
  8. connectionTimeout: 300000
  9. maximumPoolSize: 5
  10. test-on-borrow: true
  11. validation-query: SELECT 1
  12. crss-dataflow:
  13. datasource:
  14. jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=dataflow&ApplicationName=stlInvJob
  15. username: crss_dataflow
  16. password: lgcCpwy0
  17. driverClassName: com.edb.Driver
  18. connectionTimeout: 300000
  19. maximumPoolSize: 5
  20. test-on-borrow: true
  21. validation-query: SELECT 1
  22. crss-main:
  23. datasource:
  24. jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=meterprocess&ApplicationName=stlInvJob
  25. username: crss_meterprocess
  26. password: D9JpfUtT
  27. driverClassName: com.edb.Driver
  28. connectionTimeout: 300000
  29. maximumPoolSize: 5
  30. test-on-borrow: true
  31. validation-query: SELECT 1
  32. crss-registration:
  33. datasource:
  34. jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=registration&ApplicationName=stlInvJob
  35. username: crss_registration
  36. password: 51UF3JA9
  37. driverClassName: com.edb.Driver
  38. connectionTimeout: 150000
  39. maximumPoolSize: 3
  40. test-on-borrow: true
  41. validation-query: SELECT 1
  42. jpa:
  43. show-sql: false
  44. generate-ddl: false
  45. properties:
  46. hibernate:
  47. generate_statistics: false
  48. dialect: org.hibernate.dialect.PostgreSQLDialect
  49. ddl-auto: validate
  50. hbm2ddl:
  51. auto:
  52. import_files:
  53. cloud:
  54. task:
  55. initialize:
  56. enable: false
  57. deployer:
  58. mesos:
  59. chronos:
  60. apiEndpoint: http://chronos.marathon.l4lb.thisdcos.directory:10001/v1
  61. memory: 6144
  62. cpu: 1
  63. constraints: rack,EQUALS,rack-monthly
  64. dcos:
  65. authorizationToken: ${crss.dcos.token}
  66. batch:
  67. initializer:
  68. enabled: false
  69. job:
  70. enabled: true
  71. batch:
  72. chunkSize: 1000
  73. maxWorkers: 27
  74. partitionSize:
  75. amsSp: 3000
  76. amsInv: 3000
  77. amsRmf: 3000
  78. energyStl: 50 #remove if not used anymore?
  79. spotLlccStl: 16
  80. # LR part: partitions per billing id = Math.ceil(30/lr)
  81. # lr values greater than 16 will always result to 2 partitions per billing id with different DI range
  82. lrBo: 8
  83. lr: 7
  84. energyStlB: 20 #Number of billingIds per trading date
  85. logging:
  86. level:
  87. com.pemc: DEBUG
  88. com.netflix: DEBUG
  89. org.springframework.cloud: DEBUG
  90. org.hibernate.stat: debug
  91. report:
  92. directory:
  93. base: /tmp/stl/
  94. sftp: report/
  95. sftp:
  96. credentials:
  97. username: pemc
  98. password: 123qwe
  99. host: sftp.marathon.l4lb.thisdcos.directory
  100. port: 22
  101. workingDirectory: /upload/stl
  102. privateKey: