feat(middleware): Add middleware

This commit is contained in:
2025-07-13 09:00:40 +02:00
parent 0a252aa4df
commit db654695f2
17 changed files with 1189 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
spring:
application:
name: legalconsenthub-middleware
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
server:
port: 8081
servlet:
context-path: /
logging:
level:
com.betriebsratkanzlei.legalconsenthub_middleware: DEBUG
org.springframework.security: DEBUG
#springdoc:
# api-docs:
# path: /v3/api-docs
# swagger-ui:
# path: /swagger-ui.html
# operationsSorter: method
opensc:
pkcs11:
library:
path: classpath:binaries/opensc-pkcs11.so