crss-uaa.yml 719 B

1234567891011121314151617181920212223242526272829303132
  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. management:
  15. health:
  16. defaults:
  17. enabled: false
  18. crss:
  19. security:
  20. oauth2:
  21. default-redirect-uri: http://localhost:8087
  22. auto-approve: true
  23. authorized-grant-types: authorization_code,refresh_token,password
  24. access-token-validity-second: 3600
  25. registered-redirect-uris: http://localhost:8087,http://localhost:8089
  26. client:
  27. client-id: crss
  28. client-secret: crsssecret
  29. scope: openid