added cert path option changes

This commit is contained in:
kyle hoell
2025-02-28 15:49:31 -05:00
parent 7203567fc7
commit 2938d83fd4
5 changed files with 36 additions and 6 deletions
+8 -1
View File
@@ -84,4 +84,11 @@ SECURE_COOKIES=
# SSL=true
# Place your SSL certificate files in the root directory of the project
# With the names: certificate.crt, certificate.key, and certificate.ca-bundle;
SSL=
SSL=
# HTTPS cert paths (optional): If you need to change the paths of the https certs
# You can do so with these env variables.
# By default myDrive looks for certificate.crt, certificate.ca-bundle and certificate.key on the root of the project
HTTPS_KEY_PATH=
HTTPS_CA_PATH=
HTTPS_CRT_PATH=