diff options
author | Wim <wim@42.be> | 2015-10-25 01:00:19 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2015-10-25 01:00:19 +0200 |
commit | 8b6a00d1c58ee505fa1f5515d561eb909cb8063a (patch) | |
tree | 989fd9184a815f8d3581b77f889d0deb73420e3b /matterbridge.conf.sample | |
parent | 43738dbc89c888967181309002dc46b2c64990a0 (diff) | |
download | matterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.tar.gz matterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.tar.bz2 matterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.zip |
Add SkipTLSVerify option for mattermost, allows selfsigned certificates
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r-- | matterbridge.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample index 231a3c63..bac921ce 100644 --- a/matterbridge.conf.sample +++ b/matterbridge.conf.sample @@ -12,3 +12,4 @@ port=9999 showjoinpart=true #token=yourtokenfrommattermost IconURL="http://youricon.png" +#SkipTLSVerify=true |