crss-uaa-dev.yml 421 B

12345678910111213141516
  1. spring:
  2. datasource:
  3. url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
  4. username: postgres
  5. password: postgres
  6. profiles:
  7. include: embedded-ldap
  8. jpa:
  9. show-sql: false
  10. generate-ddl: false
  11. crss:
  12. security:
  13. oauth2:
  14. api-gateway: http://localhost:8080
  15. default-redirect-uri: http://localhost:8087
  16. registered-redirect-uris: http://localhost:8087,http://localhost:8089