crss-settlement-app.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. connectionTimeout: 150000
  10. maximumPoolSize: 3
  11. test-on-borrow: true
  12. validation-query: SELECT 1
  13. jpa:
  14. show-sql: false
  15. generate-ddl: false
  16. properties:
  17. hibernate:
  18. dialect: org.hibernate.dialect.PostgreSQLDialect
  19. hbm2ddl:
  20. import_files:
  21. # prevent batch job from running on app start
  22. batch:
  23. job:
  24. enabled: false
  25. server:
  26. port: 8082
  27. undertow:
  28. accesslog:
  29. dir: target
  30. enabled: true
  31. pattern: combined
  32. compression:
  33. enabled: true
  34. min-response-size: 1
  35. logging:
  36. level:
  37. com.pemc: DEBUG
  38. com.netflix: DEBUG
  39. org.springframework.cloud: DEBUG
  40. org.apache.http: DEBUG
  41. dataflow:
  42. url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
  43. sftp:
  44. credentials:
  45. username: pemc
  46. password: 123qwe
  47. host: sftp.marathon.l4lb.thisdcos.directory
  48. port: 22
  49. workingDirectory: /upload/stl
  50. privateKey:
  51. job:
  52. maxRun: 1
  53. report:
  54. directory:
  55. base: report/