crss-uaa-dev.yml 511 B

12345678910111213141516171819
  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. properties:
  12. hibernate:
  13. dialect: org.hibernate.dialect.PostgreSQLDialect
  14. crss:
  15. security:
  16. oauth2:
  17. api-gateway: http://localhost:8080
  18. default-redirect-uri: http://localhost:8087
  19. registered-redirect-uris: http://localhost:8087,http://localhost:8089