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

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