mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-30 09:40:50 +02:00
Add support for non-letsencrypt-based https in docker compose setup (#628)
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
# DOMAIN is necessary for https setup, EMAIL is optional
|
||||
DOMAIN=
|
||||
EMAIL=
|
||||
|
||||
# If using the `no-letsencrypt` setup, the below are required.
|
||||
# They specify the path within /danswer/deployment/data/sslcerts directory
|
||||
# where the certificate / certificate key can be found. You can either
|
||||
# name your certificate / certificate key files to follow the convention
|
||||
# below or adjust these to match your naming conventions.
|
||||
SSL_CERT_FILE_NAME=ssl.cert
|
||||
SSL_CERT_KEY_FILE_NAME=ssl.key
|
||||
|
Reference in New Issue
Block a user