crss-uaa-dev.yml 380 B

123456789101112131415
  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. default-redirect-uri: http://localhost:8087
  15. registered-redirect-uris: http://localhost:8087,http://localhost:8089