crss-uaa.yml 662 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. profiles:
  3. include: embedded-ldap
  4. datasource:
  5. url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
  6. username: crss_admin
  7. password: CrssAdmin
  8. redis:
  9. database: 1
  10. server:
  11. port: 9999
  12. use-forward-headers: true
  13. context-path: /uaa
  14. crss:
  15. security:
  16. oauth2:
  17. default-redirect-uri: http://localhost:8087
  18. auto-approve: true
  19. authorized-grant-types: authorization_code,refresh_token,password
  20. access-token-validity-second: 3600
  21. registered-redirect-uris: http://localhost:8087,http://localhost:8089
  22. client:
  23. client-id: crss
  24. client-secret: crsssecret
  25. scope: openid