server: port: 8080 spring: datasource: url: jdbc:postgresql://postgres:5432/hemhub username: hemhub password: hemhub jpa: hibernate: ddl-auto: none flyway: enabled: true security: oauth2: resourceserver: jwt: jwk-set-uri: http://host.docker.internal:8081/realms/hemhub/protocol/openid-connect/certs springdoc: swagger-ui: # (valfritt, behÄll om du redan har) url: /v3/api-docs logging: level: org.springframework.security: DEBUG org.springframework.security.oauth2: DEBUG