"feat: Add new configuration options and scripts for backend settings"

This commit is contained in:
2025-05-26 11:12:47 +02:00
parent d0b771a8a7
commit eac7a63695
3 changed files with 129 additions and 4 deletions

View File

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