diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 7aeaec37..b1574f3d 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1394,6 +1394,11 @@ ShowTopicChange=false # Url of your Nextcloud server Server = "https://cloud.youdomain.me" +# Enable to not verify the certificate on your Nextcloud server. +# e.g. when using selfsigned certificates +# OPTIONAL (default false) +SkipTLSVerify=true + # Username of the bot Login = "talkuser" |