fix(backend): Provide application.yaml for testing

This commit is contained in:
2025-11-18 08:36:38 +01:00
parent ccb6fb2171
commit 44cee94ae9

View File

@@ -0,0 +1,10 @@
spring:
application:
name: legalconsenthub
security:
oauth2:
resourceserver:
jwt:
issuer-uri: ${SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI:http://localhost:7080}
jwk-set-uri: ${SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI:http://localhost:7080}