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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=settlement
  5. username: crss_settlement
  6. password: i17SMOPm
  7. driverClassName: com.edb.Driver
  8. connectionTimeout: 150000
  9. maximumPoolSize: 3
  10. test-on-borrow: true
  11. validation-query: SELECT 1
  12. crss-dataflow:
  13. datasource:
  14. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=dataflow
  15. username: crss_dataflow
  16. password: lgcCpwy0
  17. driverClassName: com.edb.Driver
  18. connectionTimeout: 150000
  19. maximumPoolSize: 3
  20. test-on-borrow: true
  21. validation-query: SELECT 1
  22. crss-main:
  23. datasource:
  24. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=meterprocess
  25. username: crss_meterprocess
  26. password: D9JpfUtT
  27. driverClassName: com.edb.Driver
  28. connectionTimeout: 150000
  29. maximumPoolSize: 3
  30. test-on-borrow: true
  31. validation-query: SELECT 1
  32. jpa:
  33. show-sql: false
  34. generate-ddl: true
  35. properties:
  36. hibernate:
  37. generate_statistics: false
  38. dialect: org.hibernate.dialect.PostgreSQLDialect
  39. ddl-auto: validate
  40. hbm2ddl:
  41. import_files:
  42. cloud:
  43. task:
  44. initialize:
  45. enable: false
  46. batch:
  47. initializer:
  48. enabled: false
  49. job:
  50. enabled: true
  51. batch:
  52. chunkSize: 100
  53. maxWorkers: 10
  54. partitionSize:
  55. amsSp: 1500
  56. amsInv: 1500
  57. amsMf: 1500
  58. energyStl: 1500
  59. lr: 1500
  60. logging:
  61. level:
  62. com.pemc: DEBUG
  63. com.netflix: DEBUG
  64. org.springframework.cloud: DEBUG
  65. org.hibernate.stat: debug
  66. report:
  67. directory:
  68. base: report/
  69. sftp:
  70. credentials:
  71. username: pemc
  72. password: 123qwe
  73. host: sftp.marathon.l4lb.thisdcos.directory
  74. port: 22
  75. workingDirectory: /upload/stl
  76. privateKey: