From b95988b4e231a10d47325488930d134986f45cc0 Mon Sep 17 00:00:00 2001 From: Wim Date: Tue, 14 Mar 2017 00:26:05 +0100 Subject: [PATCH] Fix URL / Server mistake in sample (matrix) --- matterbridge.toml.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index ae4feac0..002acd15 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -500,9 +500,9 @@ ShowJoinPart=false #REQUIRED [matrix.neo] -#Url is your homeserver (eg matrix.org) +#Server is your homeserver (eg https://matrix.org) #REQUIRED -URL="https://matrix.org" +Server="https://matrix.org" #login/pass of your bot. #Use a dedicated user for this and not your own!