Erweiterungen

This commit is contained in:
2025-09-11 10:25:34 +02:00
parent cb95857f58
commit 127eee4e73
3 changed files with 36 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
# Production Configuration
# 2FA Configuration - Aktiviert für Produktion
app.security.two-factor.enabled=true
# Production-specific settings
logging.level.root=WARN
logging.level.de.assecutor.votianlt=INFO

View File

@@ -29,4 +29,7 @@ spring.websocket.servlet.max-binary-message-buffer-size=8192
spring.websocket.stomp.enabled=true
# STOMP heartbeat settings (in milliseconds)
spring.websocket.stomp.heartbeat.outgoing=10000
spring.websocket.stomp.heartbeat.incoming=10000
spring.websocket.stomp.heartbeat.incoming=10000
# 2FA Configuration
app.security.two-factor.enabled=false