crss-reg.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. crss-meterprocess:
  17. datasource:
  18. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=meterprocess
  19. username: crss_meterprocess
  20. password: D9JpfUtT
  21. #xdf-control:
  22. # TODO: update to oracle datasource once credentials are available
  23. #datasource:
  24. #url: jdbc:oracle:thin:@//172.16.3.10:1521/DOR
  25. #username: DOR_RT
  26. #password: DOR_RT
  27. #driverClassName: oracle.jdbc.OracleDriver
  28. profiles.include: audit, client-sec
  29. jpa:
  30. properties:
  31. hibernate:
  32. integration.envers.enabled: true
  33. http:
  34. multipart:
  35. maxFileSize: "25Mb"
  36. maxRequestSize: "25Mb"
  37. resources:
  38. chain:
  39. gzipped: true
  40. crss:
  41. docmgt:
  42. root-dir: /crss/docmgt
  43. xdf:
  44. client-type: sftp # OPTIONS:[local, ftp, sftp]
  45. root-folder: /upload/xdf
  46. auto-create-dir: true
  47. file-encoding: UTF-8
  48. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  49. remote:
  50. host: sftp.marathon.l4lb.thisdcos.directory
  51. port: 22
  52. username: pemc
  53. password: 123qwe
  54. aeprreport:
  55. validate: true
  56. feign:
  57. hystrix:
  58. enabled: false
  59. server:
  60. # TODO: investigate this part and move to global config
  61. jackson:
  62. # for further customization please consult the documentation:
  63. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  64. # https://github.com/FasterXML/jackson-databind/wiki
  65. # deserialization:
  66. # FAIL_ON_UNKNOWN_PROPERTIES: true
  67. # DEFAULT_VIEW_INCLUSION: true
  68. serialization:
  69. write_dates_as_timestamps: false
  70. session:
  71. cookie:
  72. secure: true
  73. sftp:
  74. credentials:
  75. username: pemc
  76. password: 123qwe
  77. host: sftp.marathon.l4lb.thisdcos.directory
  78. port: 22