You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
644 B

3 years ago
  1. server:
  2. port: 8081
  3. servlet:
  4. context-path: /api
  5. forward-headers-strategy: framework # nginx reverse proxy
  6. logging.level:
  7. '[org.springframework.web]': debug
  8. ####### resource server configuration properties
  9. spring:
  10. jpa.hibernate.ddl-auto: none
  11. datasource:
  12. initialization-mode: always
  13. platform: postgres
  14. url: jdbc:postgresql://localhost:5432/keycloak
  15. username: keycloak
  16. password: keycloak
  17. security:
  18. oauth2:
  19. resourceserver:
  20. jwt:
  21. issuer-uri: http://localhost:8080/auth/realms/demorealm
  22. jwk-set-uri: http://localhost:8080/auth/realms/demorealm/protocol/openid-connect/certs