crss-reg-dcos.yml 851 B

12345678910111213141516171819202122232425262728293031
  1. spring:
  2. datasource:
  3. platform: postgres
  4. url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_registration
  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. app:
  19. docmgt:
  20. root-folder: /crss/docmgt
  21. xdf:
  22. client-type: local # OPTIONS:[local, ftp, sftp]
  23. root-folder: /crss/xdf
  24. auto-create-dir: true
  25. file-encoding: UTF-8
  26. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  27. remote:
  28. host: localhost
  29. port: 22
  30. username: crss
  31. password: crss