"Update SSL certificate generation process"
This commit is contained in:
@@ -34,9 +34,9 @@ SESSION_LIFETIME = timedelta(days=7)
|
||||
|
||||
# SSL-Konfiguration
|
||||
SSL_ENABLED = True
|
||||
SSL_CERT_PATH = "instance/ssl/myp.crt"
|
||||
SSL_KEY_PATH = "instance/ssl/myp.key"
|
||||
SSL_HOSTNAME = "localhost"
|
||||
SSL_CERT_PATH = "app/instance/ssl/myp.crt"
|
||||
SSL_KEY_PATH = "app/instance/ssl/myp.key"
|
||||
SSL_HOSTNAME = "raspberrypi"
|
||||
|
||||
# Scheduler-Konfiguration
|
||||
SCHEDULER_INTERVAL = 60 # Sekunden
|
||||
|
Reference in New Issue
Block a user