Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jan 8, 2024
1 parent 7e12f69 commit 525b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down

0 comments on commit 525b054

Please sign in to comment.