crss-mq-computation.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. maxPoolSize: 1
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-main:
  12. datasource:
  13. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=meterprocess
  14. username: crss_meterprocess
  15. password: D9JpfUtT
  16. driverClassName: com.edb.Driver
  17. maxPoolSize: 1
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. crss-registration:
  21. dataSource:
  22. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
  23. username: crss_registration
  24. password: 51UF3JA9
  25. driverClassName: com.edb.Driver
  26. maxPoolSize: 1
  27. test-on-borrow: true
  28. validation-query: SELECT 1
  29. jpa:
  30. show-sql: false
  31. generate-ddl: false
  32. open-in-view: false
  33. properties:
  34. hibernate:
  35. # generate_statistics: true
  36. dialect: org.hibernate.dialect.PostgreSQLDialect
  37. ddl-auto: none
  38. hbm2ddl:
  39. auto: none
  40. cloud:
  41. task:
  42. initialize:
  43. enable: false
  44. batch:
  45. initializer:
  46. enabled: false
  47. cache:
  48. jcache:
  49. config: ehcache3.xml
  50. redis:
  51. host: localhost
  52. port: 6379
  53. logging:
  54. level:
  55. com.pemc: debug
  56. # org.hibernate.stat: debug
  57. batch:
  58. chunkSize: 100
  59. maxWorkers: 10
  60. partitionSize:
  61. gap: 2000
  62. mq: 1500
  63. ssla: 1500
  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: