From 525b0548ecce07801e0a55e63278cf4506823491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Mon, 8 Jan 2024 18:41:48 +0100 Subject: [PATCH] hotfix --- common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config.py b/common/config.py index b7a8d39..16e4144 100644 --- a/common/config.py +++ b/common/config.py @@ -59,7 +59,7 @@ class Network: "1. to mount it into your Docker container,\n" "2. to restart the containers if a new one is generated,\n" "3. that generated certificates may be symbolic links - their destination must also be mounted.\n\n", - ] = decouple.config("SSL_PRIVATE_KEY_PATH", default=None) + ] = decouple.config("SSL_CERTIFICATE_PATH", default=None) class UI: LANGUAGE: Annotated[