crss-reg-dev.yml 1.4 KB

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