"Remove presentation files and related scripts"

This commit is contained in:
2025-05-26 11:18:10 +02:00
parent 32dfeb9e27
commit a201c96d13
21 changed files with 29 additions and 2134 deletions

View File

@@ -34,8 +34,8 @@ SESSION_LIFETIME = timedelta(days=7)
# SSL-Konfiguration
SSL_ENABLED = True
SSL_CERT_PATH = "app/certs/myp.crt"
SSL_KEY_PATH = "app/certs/myp.key"
SSL_CERT_PATH = "../certs/myp.crt"
SSL_KEY_PATH = "../certs/myp.key"
SSL_HOSTNAME = "raspberrypi"
# Scheduler-Konfiguration