crss-mtr.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. logging:
  51. level:
  52. com.pemc: debug
  53. org.hibernate.stat: debug
  54. batch:
  55. # resourceLocation: "file:target/libs/crss-meterprocess-task-mtr-1.0.0.BUILD-SNAPSHOT.jar"
  56. chunkSize: 1
  57. maxWorkers: 10
  58. partitionSize:
  59. mtr: 1
  60. mtrSein: 20
  61. mtr:
  62. directory: /tmp/
  63. sftp:
  64. credentials:
  65. username: pemc
  66. password: 123qwe
  67. host: sftp.marathon.l4lb.thisdcos.directory
  68. port: 22
  69. workingDirectory: /upload
  70. privateKey: