crss-reg.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. spring:
  2. datasource:
  3. url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
  4. username: crss_registration
  5. password: 51UF3JA9
  6. xdf-control:
  7. # TODO: update to oracle datasource once credentials are available
  8. datasource:
  9. url: jdbc:edb://10.176.11.131:5432/crss_external?currentSchema=xdfcontrol
  10. username: crss_xdfcontrol
  11. password: hWnL3d7j
  12. profiles.include: audit, client-sec
  13. jpa:
  14. properties:
  15. hibernate:
  16. integration.envers.enabled: true
  17. http:
  18. multipart:
  19. maxFileSize: "25Mb"
  20. maxRequestSize: "25Mb"
  21. resources:
  22. chain:
  23. gzipped: true
  24. crss:
  25. docmgt:
  26. root-dir: /crss/docmgt
  27. xdf:
  28. client-type: local # OPTIONS:[local, ftp, sftp]
  29. root-folder: /crss/xdf
  30. auto-create-dir: true
  31. file-encoding: UTF-8
  32. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  33. remote:
  34. host: localhost
  35. port: 22
  36. username: crss
  37. password: crss
  38. feign:
  39. hystrix:
  40. enabled: false
  41. server:
  42. # TODO: investigate this part and move to global config
  43. jackson:
  44. # for further customization please consult the documentation:
  45. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  46. # https://github.com/FasterXML/jackson-databind/wiki
  47. # deserialization:
  48. # FAIL_ON_UNKNOWN_PROPERTIES: true
  49. # DEFAULT_VIEW_INCLUSION: true
  50. serialization:
  51. write_dates_as_timestamps: false