crss-mq-computation.yml 1.7 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. connectionTimeout: 150000
  9. maximumPoolSize: 3
  10. test-on-borrow: true
  11. validation-query: SELECT 1
  12. crss-main:
  13. datasource:
  14. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=meterprocess
  15. username: crss_meterprocess
  16. password: D9JpfUtT
  17. driverClassName: com.edb.Driver
  18. connectionTimeout: 150000
  19. maximumPoolSize: 3
  20. test-on-borrow: true
  21. validation-query: SELECT 1
  22. crss-registration:
  23. dataSource:
  24. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
  25. username: crss_registration
  26. password: 51UF3JA9
  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: false
  35. open-in-view: false
  36. properties:
  37. hibernate:
  38. # generate_statistics: true
  39. dialect: org.hibernate.dialect.PostgreSQLDialect
  40. ddl-auto: none
  41. hbm2ddl:
  42. auto: none
  43. cloud:
  44. task:
  45. initialize:
  46. enable: false
  47. batch:
  48. initializer:
  49. enabled: false
  50. cache:
  51. jcache:
  52. config: ehcache3.xml
  53. logging:
  54. level:
  55. com.pemc: debug
  56. # org.hibernate.stat: debug
  57. batch:
  58. chunkSize: 100
  59. maxWorkers: 15
  60. partitionSize:
  61. gap: 10000
  62. mq: 100000
  63. ssla: 5000
  64. report: 1
  65. mqreport:
  66. directory: /tmp/
  67. sftp:
  68. credentials:
  69. username: pemc
  70. password: 123qwe
  71. host: sftp.marathon.l4lb.thisdcos.directory
  72. port: 22
  73. workingDirectory: /upload/mq
  74. privateKey: