crss-reg-dev.yml 879 B

1234567891011121314151617181920212223242526272829303132333435
  1. spring:
  2. datasource:
  3. platform: postgres
  4. url: jdbc:postgresql://localhost:5432/crss_reg
  5. username: crss_reg
  6. password: crss_reg
  7. driverClassName: org.postgresql.Driver
  8. jpa:
  9. database: POSTGRESQL
  10. show-sql: false
  11. properties:
  12. hibernate:
  13. dialect: org.hibernate.dialect.PostgreSQL94Dialect
  14. #we dont need spring mvc here
  15. freemarker:
  16. enabled: false
  17. template-loader-path: classpath:/mail/templates
  18. server:
  19. port: 8081
  20. crss:
  21. docmgt:
  22. root-dir: /tmp/crss/docmgt
  23. xdf:
  24. client-type: local # OPTIONS:[local, ftp, sftp]
  25. root-folder: /tmp/crss/xdf
  26. auto-create-dir: true
  27. file-encoding: UTF-8
  28. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  29. remote:
  30. host: localhost
  31. port: 22
  32. username: crss
  33. password: crss
  34. service:
  35. admin.url: http://localhost:8082