mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Clarify comment
This commit is contained in:
parent
fdddb1a9f1
commit
ed41af9e17
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const config: PartialDeep<Config> = {
|
|||
// 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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue