crss-settlement-app-dev.yml 950 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. crss-worklist:
  9. datasource:
  10. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=worklist
  11. username: postgres
  12. password: postgres
  13. driverClassName: org.postgresql.Driver
  14. crss-main:
  15. datasource:
  16. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
  17. username: postgres
  18. password: postgres
  19. driverClassName: org.postgresql.Driver
  20. dataflow:
  21. url: http://localhost:9393
  22. server:
  23. port: 9093
  24. sftp:
  25. credentials:
  26. username: pemc
  27. password: 123qwe
  28. host: pemc-storage.southeastasia.cloudapp.azure.com
  29. port: 22
  30. workingDirectory: /home/pemc/stl/upload
  31. privateKey:
  32. validation:
  33. calculate-gmr: false
  34. calculate-emf: false
  35. calculate-rmf: false