crss-reg-dev.yml 552 B

123456789101112131415161718192021222324
  1. spring:
  2. datasource:
  3. url: jdbc:postgresql://localhost:5432/crss_reg
  4. username: crss_reg
  5. password: crss_reg
  6. server:
  7. port: 8081
  8. crss:
  9. docmgt:
  10. root-dir: /tmp/crss/docmgt
  11. xdf:
  12. client-type: local # OPTIONS:[local, ftp, sftp]
  13. root-folder: /tmp/crss/xdf
  14. auto-create-dir: true
  15. file-encoding: UTF-8
  16. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  17. remote:
  18. host: localhost
  19. port: 22
  20. username: crss
  21. password: crss
  22. service:
  23. admin.url: http://localhost:8082