crss-settlement-app.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. spring:
  2. profiles.include: client-sec
  3. crss-stl:
  4. datasource:
  5. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=settlement&ApplicationName=stlApp
  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. crss-worklist:
  14. datasource:
  15. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=worklist
  16. username: crss_worklist
  17. password: c3XL8Lcb
  18. driverClassName: com.edb.Driver
  19. connectionTimeout: 150000
  20. maximumPoolSize: 3
  21. jpa:
  22. show-sql: false
  23. generate-ddl: false
  24. properties:
  25. hibernate:
  26. dialect: org.hibernate.dialect.PostgreSQLDialect
  27. hbm2ddl:
  28. import_files:
  29. # prevent batch job from running on app start
  30. batch:
  31. job:
  32. enabled: false
  33. server:
  34. port: 8082
  35. undertow:
  36. accesslog:
  37. dir: target
  38. enabled: true
  39. pattern: combined
  40. compression:
  41. enabled: true
  42. min-response-size: 1
  43. logging:
  44. level:
  45. com.pemc: DEBUG
  46. com.netflix: DEBUG
  47. org.springframework.cloud: DEBUG
  48. org.apache.http: DEBUG
  49. dataflow:
  50. url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
  51. sftp:
  52. credentials:
  53. username: pemc
  54. password: 123qwe
  55. host: sftp.marathon.l4lb.thisdcos.directory
  56. port: 22
  57. workingDirectory: /upload/stl
  58. privateKey:
  59. job:
  60. maxRun: 1
  61. report:
  62. directory:
  63. base: report/