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://keycloak:8081/realms/hemhub/protocol/openid-connect/certs