crss-reg-dev.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. spring:
  2. datasource:
  3. url: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
  4. username: crss_registration
  5. password: CrssRegistration
  6. crss-stl:
  7. datasource:
  8. jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
  9. username: postgres
  10. password: postgres
  11. crss-dataflow:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
  14. username: postgres
  15. password: postgres
  16. xdf-control:
  17. datasource:
  18. url: jdbc:postgresql://localhost:5432/dor_rt
  19. username: dor_rt
  20. password: dor_rt
  21. jpa:
  22. show-sql: false
  23. generate-ddl: false
  24. server:
  25. port: 8081
  26. crss:
  27. docmgt:
  28. root-dir: /tmp/crss/docmgt
  29. xdf:
  30. client-type: local # OPTIONS:[local, ftp, sftp]
  31. root-folder: /tmp/crss/xdf
  32. auto-create-dir: true
  33. file-encoding: UTF-8
  34. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  35. remote:
  36. host: localhost
  37. port: 22
  38. username: crss
  39. password: crss
  40. sftp:
  41. credentials:
  42. username: pemc
  43. password: 123qwe
  44. host: pemc-storage.southeastasia.cloudapp.azure.com
  45. port: 22