From ed41af9e17938183e9afbdcb0c23c7a7dafa5b3c Mon Sep 17 00:00:00 2001 From: Bruno Bernardino Date: Sat, 20 Dec 2025 11:49:19 +0000 Subject: [PATCH] Clarify comment --- bewcloud.config.sample.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bewcloud.config.sample.ts b/bewcloud.config.sample.ts index 39e6dcd..9d6a05c 100644 --- a/bewcloud.config.sample.ts +++ b/bewcloud.config.sample.ts @@ -33,7 +33,7 @@ const config: PartialDeep = { // host: 'localhost', // port: 465, // tlsMode: "auto", // “auto” means “immediate” on port 465, “starttls” otherwise; `null` is legacy behaviour that will be removed in v4: on port 465 it also means “immediate”, otherwise it will use opportunistic StartTLS falling back to plain transmission - // tlsVerify: true, // Whether to verify the TLS certificate, if a string is used the hostname will be verified using that name + // tlsVerify: true, // Whether to verify the TLS certificate. If a string is used the hostname will be verified using that name. // }, // contacts: { // enableCardDavServer: true,