crss-settlement-app.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=settlement
  5. username: crss_settlement
  6. password: i17SMOPm
  7. driverClassName: com.edb.Driver
  8. maxPoolSize: 2
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. jpa:
  12. show-sql: false
  13. generate-ddl: false
  14. properties:
  15. hibernate:
  16. dialect: org.hibernate.dialect.PostgreSQLDialect
  17. hbm2ddl:
  18. import_files:
  19. # prevent batch job from running on app start
  20. batch:
  21. job:
  22. enabled: false
  23. server:
  24. port: 8082
  25. undertow:
  26. accesslog:
  27. dir: target
  28. enabled: true
  29. pattern: combined
  30. compression:
  31. enabled: true
  32. min-response-size: 1
  33. logging:
  34. level:
  35. com.pemc: DEBUG
  36. com.netflix: DEBUG
  37. org.springframework.cloud: DEBUG
  38. org.apache.http: DEBUG
  39. dataflow:
  40. url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
  41. sftp:
  42. credentials:
  43. username: pemc
  44. password: 123qwe
  45. host: sftp.marathon.l4lb.thisdcos.directory
  46. port: 22
  47. workingDirectory: /upload/stl
  48. privateKey:
  49. job:
  50. maxRun: 1
  51. report:
  52. directory:
  53. base: report/