crss-reg-dev.yml 1.5 KB

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