crss-reg-azure.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. spring:
  2. datasource:
  3. url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
  4. username: crss_registration
  5. password: crss_registration
  6. crss:
  7. xdf:
  8. client-type: sftp
  9. root-folder: /home/crss_xdf/upload
  10. auto-create-dir: true
  11. file-encoding: UTF-8
  12. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  13. remote:
  14. host: sftp
  15. port: 22
  16. username: crss_xdf
  17. password: xdf123
  18. security:
  19. oauth2:
  20. client:
  21. accessTokenUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/oauth/access_token
  22. userAuthorizationUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/oauth/authorize
  23. clientId: crss
  24. clientSecret: crsssecret
  25. authorized-grant-types: authorization_code,refresh_token,password
  26. scope: openid
  27. access-token-validity-seconds: 3600
  28. resource:
  29. filter-order: 3
  30. userInfoUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/user