diff options
author | Wim <wim@42.be> | 2017-03-14 00:26:05 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-03-14 00:26:05 +0100 |
commit | b95988b4e231a10d47325488930d134986f45cc0 (patch) | |
tree | 7c8d0e7b753c6fb53b606f7d359872acc2345d83 /matterbridge.toml.sample | |
parent | 35025e164a3a75ba3074ec509a65d906c01a277b (diff) | |
download | matterbridge-msglm-b95988b4e231a10d47325488930d134986f45cc0.tar.gz matterbridge-msglm-b95988b4e231a10d47325488930d134986f45cc0.tar.bz2 matterbridge-msglm-b95988b4e231a10d47325488930d134986f45cc0.zip |
Fix URL / Server mistake in sample (matrix)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
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! |