crss-mq-computation.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=dataflow
  5. username: crss_dataflow
  6. password: lgcCpwy0
  7. driverClassName: com.edb.Driver
  8. test-on-borrow: true
  9. validation-query: SELECT 1
  10. crss-main:
  11. datasource:
  12. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=meterprocess
  13. username: crss_meterprocess
  14. password: D9JpfUtT
  15. driverClassName: com.edb.Driver
  16. test-on-borrow: true
  17. validation-query: SELECT 1
  18. crss-registration:
  19. dataSource:
  20. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
  21. username: crss_registration
  22. password: 51UF3JA9
  23. driverClassName: com.edb.Driver
  24. test-on-borrow: true
  25. validation-query: SELECT 1
  26. datasource:
  27. max-active: 1
  28. jpa:
  29. show-sql: false
  30. generate-ddl: false
  31. open-in-view: false
  32. properties:
  33. hibernate:
  34. # generate_statistics: true
  35. dialect: org.hibernate.dialect.PostgreSQLDialect
  36. ddl-auto: none
  37. hbm2ddl:
  38. auto: none
  39. cloud:
  40. task:
  41. initialize:
  42. enable: false
  43. batch:
  44. initializer:
  45. enabled: false
  46. cache:
  47. jcache:
  48. config: ehcache3.xml
  49. redis:
  50. host: localhost
  51. port: 6379
  52. logging:
  53. level:
  54. com.pemc: debug
  55. # org.hibernate.stat: debug
  56. batch:
  57. chunkSize: 100
  58. maxWorkers: 10
  59. partitionSize:
  60. gap: 2000
  61. mq: 1500
  62. ssla: 1500
  63. report: 1
  64. mqreport:
  65. directory: /tmp/
  66. sftp:
  67. credentials:
  68. username: pemc
  69. password: 123qwe
  70. host: sftp.marathon.l4lb.thisdcos.directory
  71. port: 22
  72. workingDirectory: /upload/mq
  73. privateKey: