added cert path option changes
This commit is contained in:
@@ -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=
|
||||
Reference in New Issue
Block a user