From 557d2af7cd7a0b8a06b33e242b1195660561b8f3 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 8 Jul 2017 12:06:51 +0200 Subject: [PATCH] Updated Section Mattermost (basic) https (markdown) --- Section-Mattermost-(basic)-https.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Section-Mattermost-(basic)-https.md b/Section-Mattermost-(basic)-https.md index 1f1d1dd..7abf63a 100644 --- a/Section-Mattermost-(basic)-https.md +++ b/Section-Mattermost-(basic)-https.md @@ -1,3 +1,4 @@ +``` [mattermost.mymattermost] #The mattermost hostname. (do not prefix it with http or https) Server="yourmattermostserver.domain:443" @@ -14,4 +15,5 @@ Password="yourpass" #Enable this (set to true) to make a http connection #(instead of https) to your mattermost. NoTLS=false -RemoteNickFormat="[{PROTOCOL}] <{NICK}> " \ No newline at end of file +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " +``` \ No newline at end of file