From 5e8056cb432e1219eee91f1b90a9782fd3f142eb Mon Sep 17 00:00:00 2001 From: s3lph <5564491+s3lph@users.noreply.github.com> Date: Sat, 26 Sep 2020 21:48:23 +0200 Subject: [PATCH] Fix copypasta error (s/nextcloud/mumble/) in matterbridge.toml.sample --- matterbridge.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 809dfd60..244b6b40 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1446,7 +1446,7 @@ TLSClientKey="mumble.key" # OPTIONAL (defaults to Go system CA) TLSCACertificate=mumble-ca.crt -# Enable to not verify the certificate on your Nextcloud server. +# Enable to not verify the certificate on your Mumble server. # e.g. when using selfsigned certificates # OPTIONAL (default false) SkipTLSVerify=false