crss-reg.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. spring:
  2. datasource:
  3. url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
  4. username: crss_registration
  5. password: 51UF3JA9
  6. crss-stl:
  7. datasource:
  8. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=settlement
  9. username: crss_settlement
  10. password: i17SMOPm
  11. crss-dataflow:
  12. datasource:
  13. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=dataflow
  14. username: crss_dataflow
  15. password: lgcCpwy0
  16. #xdf-control:
  17. # TODO: update to oracle datasource once credentials are available
  18. #datasource:
  19. #url: jdbc:oracle:thin:@//172.16.3.10:1521/DOR
  20. #username: DOR_RT
  21. #password: DOR_RT
  22. #driverClassName: oracle.jdbc.OracleDriver
  23. profiles.include: audit, client-sec
  24. jpa:
  25. properties:
  26. hibernate:
  27. integration.envers.enabled: true
  28. http:
  29. multipart:
  30. maxFileSize: "25Mb"
  31. maxRequestSize: "25Mb"
  32. resources:
  33. chain:
  34. gzipped: true
  35. crss:
  36. docmgt:
  37. root-dir: /crss/docmgt
  38. xdf:
  39. client-type: sftp # OPTIONS:[local, ftp, sftp]
  40. root-folder: /upload/xdf
  41. auto-create-dir: true
  42. file-encoding: UTF-8
  43. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  44. remote:
  45. host: sftp.marathon.l4lb.thisdcos.directory
  46. port: 22
  47. username: pemc
  48. password: 123qwe
  49. feign:
  50. hystrix:
  51. enabled: false
  52. server:
  53. # TODO: investigate this part and move to global config
  54. jackson:
  55. # for further customization please consult the documentation:
  56. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  57. # https://github.com/FasterXML/jackson-databind/wiki
  58. # deserialization:
  59. # FAIL_ON_UNKNOWN_PROPERTIES: true
  60. # DEFAULT_VIEW_INCLUSION: true
  61. serialization:
  62. write_dates_as_timestamps: false
  63. sftp:
  64. credentials:
  65. username: pemc
  66. password: 123qwe
  67. host: sftp.marathon.l4lb.thisdcos.directory
  68. port: 22