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