crss-uaa-dev.yml 541 B

12345678910111213141516171819
  1. spring:
  2. datasource:
  3. #url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
  4. #username: postgres
  5. #password: postgres
  6. url: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=admin
  7. username: crss_admin
  8. password: YReYA7fI
  9. profiles:
  10. include: embedded-ldap
  11. jpa:
  12. show-sql: false
  13. generate-ddl: false
  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