summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-03-14 00:26:05 +0100
committerWim <wim@42.be>2017-03-14 00:26:05 +0100
commitb95988b4e231a10d47325488930d134986f45cc0 (patch)
tree7c8d0e7b753c6fb53b606f7d359872acc2345d83
parent35025e164a3a75ba3074ec509a65d906c01a277b (diff)
downloadmatterbridge-msglm-b95988b4e231a10d47325488930d134986f45cc0.tar.gz
matterbridge-msglm-b95988b4e231a10d47325488930d134986f45cc0.tar.bz2
matterbridge-msglm-b95988b4e231a10d47325488930d134986f45cc0.zip
Fix URL / Server mistake in sample (matrix)
-rw-r--r--matterbridge.toml.sample4
1 files 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!