From 399a4c2243dc3971d0a697162634a6365b3097be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:54:29 +0100 Subject: [PATCH] Update .env --- conf/.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/.env b/conf/.env index d0bdff7..fc31857 100644 --- a/conf/.env +++ b/conf/.env @@ -3,6 +3,10 @@ PROXY_HTTP_ADDR=127.0.0.1:__PORT__ PROXY_TLS=false OCIS_INSECURE=false +#tls_certificate_path: "/etc/yunohost/certs/__DOMAIN__/crt.pem" +#tls_private_key_path: "/etc/yunohost/certs/__DOMAIN__/key.pem" + + OCIS_LOG_LEVEL=warn OCIS_FORCE_CONFIG_OVERWRITE=true