28 lines
528 B
YAML
28 lines
528 B
YAML
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
|
|
|
|
# Dummy mode configuration
|
|
dummy:
|
|
mode:
|
|
enabled: true
|
|
|
|
# OpenSC configuration (not used in dummy mode but kept for consistency)
|
|
opensc:
|
|
pkcs11:
|
|
library:
|
|
path: classpath:binaries/opensc-pkcs11.so |