crss-reg-dev.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. crss-meterprocess:
  17. datasource:
  18. jdbcUrl: jdbc:postgresql://localhost:5432/crss_meterprocess
  19. username: postgres
  20. password: postgres
  21. xdf-control:
  22. datasource:
  23. url: jdbc:postgresql://localhost:5432/dor_rt
  24. username: dor_rt
  25. password: dor_rt
  26. jpa:
  27. show-sql: false
  28. generate-ddl: false
  29. server:
  30. port: 8081
  31. crss:
  32. docmgt:
  33. root-dir: /tmp/crss/docmgt
  34. xdf:
  35. client-type: local # OPTIONS:[local, ftp, sftp]
  36. root-folder: /tmp/crss/xdf
  37. auto-create-dir: true
  38. file-encoding: UTF-8
  39. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  40. remote:
  41. host: localhost
  42. port: 22
  43. username: crss
  44. password: crss
  45. aeprreport:
  46. validate: false
  47. sftp:
  48. credentials:
  49. username: pemc
  50. password: 123qwe
  51. host: pemc-storage.southeastasia.cloudapp.azure.com
  52. port: 22