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. 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. hikari:
  28. maximum-pool-size: 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: