"Remove presentation files and related scripts"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user