crss-reg.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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:oracle:thin:@//172.16.3.10:1521/DOR
  10. username: DOR_RT
  11. password: DOR_RT
  12. driverClassName: oracle.jdbc.OracleDriver
  13. profiles.include: audit, client-sec
  14. jpa:
  15. properties:
  16. hibernate:
  17. integration.envers.enabled: true
  18. http:
  19. multipart:
  20. maxFileSize: "25Mb"
  21. maxRequestSize: "25Mb"
  22. resources:
  23. chain:
  24. gzipped: true
  25. crss:
  26. docmgt:
  27. root-dir: /crss/docmgt
  28. xdf:
  29. client-type: sftp # OPTIONS:[local, ftp, sftp]
  30. root-folder: /Siemens/Power/EMDB_DATA
  31. auto-create-dir: true
  32. file-encoding: UTF-8
  33. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  34. remote:
  35. host: 172.16.3.15
  36. port: 22
  37. username: crss_reg
  38. password: Wesm@1234
  39. feign:
  40. hystrix:
  41. enabled: false
  42. server:
  43. # TODO: investigate this part and move to global config
  44. jackson:
  45. # for further customization please consult the documentation:
  46. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  47. # https://github.com/FasterXML/jackson-databind/wiki
  48. # deserialization:
  49. # FAIL_ON_UNKNOWN_PROPERTIES: true
  50. # DEFAULT_VIEW_INCLUSION: true
  51. serialization:
  52. write_dates_as_timestamps: false