crss-settlement-app.yml 1.2 KB

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