"Refactor database connection and settings for improved performance (feat)"
This commit is contained in:
@@ -36,7 +36,7 @@ SESSION_LIFETIME = timedelta(days=7)
|
||||
SSL_ENABLED = True
|
||||
SSL_CERT_PATH = "instance/ssl/myp.crt"
|
||||
SSL_KEY_PATH = "instance/ssl/myp.key"
|
||||
SSL_HOSTNAME = "localhost"
|
||||
SSL_HOSTNAME = "raspberrypi"
|
||||
|
||||
# Scheduler-Konfiguration
|
||||
SCHEDULER_INTERVAL = 60 # Sekunden
|
||||
|
Reference in New Issue
Block a user