crss-meterprocess-app-dev.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. spring:
  2. crss-main:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss_meterprocess
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. crss-registration:
  9. datasource:
  10. jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
  11. username: postgres
  12. password: postgres
  13. driverClassName: org.postgresql.Driver
  14. crss-nmms:
  15. datasource:
  16. jdbcUrl: jdbc:postgresql://localhost:5432/crss_nmms
  17. username: postgres
  18. password: postgres
  19. driverClassName: org.postgresql.Driver
  20. server:
  21. port: 8081
  22. dataflow:
  23. url: http://localhost:9393
  24. security:
  25. oauth2:
  26. client:
  27. accessTokenUri: http://localhost:8082/oauth/access_token
  28. userAuthorizationUri: http://localhost:8082/oauth/authorize
  29. clientId: crss
  30. clientSecret: crsssecret
  31. authorized-grant-types: authorization_code,refresh_token,password
  32. scope: openid
  33. access-token-validity-seconds: 3600
  34. resource:
  35. userInfoUri: http://localhost:8082/user
  36. management:
  37. security:
  38. enabled: false
  39. sftp:
  40. credentials:
  41. username: pemc
  42. password: 123qwe
  43. host: pemc-storage.southeastasia.cloudapp.azure.com
  44. port: 22
  45. workingDirectory: /home/pemc/upload
  46. privateKey: