Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit ecaed421867705f39e8e1a066e9a471985c95a2f Author: Wim <wim@42.be> Date: Tue Mar 14 00:26:05 2017 +0000 Fix URL / Server mistake in sample (matrix) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index ae4feac..002acd1 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -5009 +5009 @@ 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!