crss-reg.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. aeprreport:
  50. validate: true
  51. feign:
  52. hystrix:
  53. enabled: false
  54. server:
  55. # TODO: investigate this part and move to global config
  56. jackson:
  57. # for further customization please consult the documentation:
  58. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  59. # https://github.com/FasterXML/jackson-databind/wiki
  60. # deserialization:
  61. # FAIL_ON_UNKNOWN_PROPERTIES: true
  62. # DEFAULT_VIEW_INCLUSION: true
  63. serialization:
  64. write_dates_as_timestamps: false
  65. sftp:
  66. credentials:
  67. username: pemc
  68. password: 123qwe
  69. host: sftp.marathon.l4lb.thisdcos.directory
  70. port: 22