crss-mq-computation.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. redis:
  54. host: localhost
  55. port: 6379
  56. logging:
  57. level:
  58. com.pemc: debug
  59. # org.hibernate.stat: debug
  60. batch:
  61. chunkSize: 100
  62. maxWorkers: 15
  63. partitionSize:
  64. gap: 2000
  65. mq: 1500
  66. ssla: 1500
  67. report: 1
  68. mqreport:
  69. directory: /tmp/
  70. sftp:
  71. credentials:
  72. username: pemc
  73. password: 123qwe
  74. host: sftp.marathon.l4lb.thisdcos.directory
  75. port: 22
  76. workingDirectory: /upload/mq
  77. privateKey: