mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Add SkipVersionCheck option
parent
f883167dcd
commit
f6b918f294
12
Settings.md
12
Settings.md
@ -71,6 +71,7 @@
|
||||
- [NoTLS](#notls)
|
||||
- [Password *](#password--1)
|
||||
- [Server *](#server--3)
|
||||
- [SkipVersionCheck](#skipversioncheck)
|
||||
- [Team *](#team-)
|
||||
- [Token](#token-1)
|
||||
- [Webhook options](#webhook-options)
|
||||
@ -780,6 +781,17 @@ Example:
|
||||
|
||||
`Server="yourmattermostserver.domain"`
|
||||
|
||||
## SkipVersionCheck
|
||||
Skip the Mattermost server version checks that are normally done when connecting.
|
||||
The usage scenario for this feature would be when the Mattermost instance is hosted behind a
|
||||
reverse proxy that suppresses "non-standard" response headers in flight.
|
||||
|
||||
Setting: OPTIONAL \
|
||||
Format: boolean \
|
||||
Example: enable it
|
||||
|
||||
`SkipVersionCheck=true`
|
||||
|
||||
## Team *
|
||||
Your team on mattermost.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user