diff options
author | Brian V <kida001@gmail.com> | 2021-07-20 22:35:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 23:35:52 +0200 |
commit | d93ab0496f993e25201c0a108b81c9d7b702e96e (patch) | |
tree | a51fc8ea34e42cc5d41ea6baf0e731076ced6822 /matterbridge.toml.sample | |
parent | 66b6f9749d0a51d87d6264b61ebc41e769770601 (diff) | |
download | matterbridge-msglm-d93ab0496f993e25201c0a108b81c9d7b702e96e.tar.gz matterbridge-msglm-d93ab0496f993e25201c0a108b81c9d7b702e96e.tar.bz2 matterbridge-msglm-d93ab0496f993e25201c0a108b81c9d7b702e96e.zip |
Use correct URL for Mediaserver Setup (#1550)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index dc2626f7..9e32b49b 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1714,7 +1714,7 @@ StripNick=false #The MediaServerDownload will be used so that bridges without native uploading support: #gitter, irc and xmpp will be shown links to the files on MediaServerDownload # -#More information https://github.com/42wim/matterbridge/wiki/Mediaserver-setup-%5Badvanced%5D +#More information https://github.com/42wim/matterbridge/wiki/Mediaserver-setup-%28advanced%29 #OPTIONAL (default empty) MediaServerUpload="https://user:pass@yourserver.com/upload" #OPTIONAL (default empty) |