diff options
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! |