"feat: Integrate new authentication API for enhanced security"

This commit is contained in:
2025-05-26 09:13:45 +02:00
parent e3ebd219dd
commit e01906036d
2 changed files with 32 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ FLASK_DEBUG = True
SESSION_LIFETIME = timedelta(days=7)
# SSL-Konfiguration
SSL_ENABLED = True
SSL_ENABLED = False
SSL_CERT_PATH = "instance/ssl/myp.crt"
SSL_KEY_PATH = "instance/ssl/myp.key"
SSL_HOSTNAME = "raspberrypi"