spring-authorization-server/samples/boot/oauth2-integration/resourceserver/src/main/resources/application.yml
2020-12-10 15:47:12 -05:00

18 lines
339 B
YAML

server:
port: 8090
logging:
level:
root: INFO
org.springframework.web: INFO
org.springframework.security: INFO
org.springframework.security.oauth2: INFO
# org.springframework.boot.autoconfigure: DEBUG
spring:
security:
oauth2:
resourceserver:
jwt:
issuer-uri: http://auth-server:9000