From c81ddaa6c61c68663f4ab06cc140b2cccdf09f1b Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 8 Jul 2017 12:06:32 +0200 Subject: [PATCH] Created Section Mattermost (basic) https (markdown) --- Section-Mattermost-(basic)-https.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Section-Mattermost-(basic)-https.md diff --git a/Section-Mattermost-(basic)-https.md b/Section-Mattermost-(basic)-https.md new file mode 100644 index 0000000..1f1d1dd --- /dev/null +++ b/Section-Mattermost-(basic)-https.md @@ -0,0 +1,17 @@ +[mattermost.mymattermost] +#The mattermost hostname. (do not prefix it with http or https) +Server="yourmattermostserver.domain:443" + +#the team name as can be seen in the mattermost webinterface URL +#in lowercase, without spaces +Team="yourteam" + +#login/pass of your bot. +#Use a dedicated user for this and not your own! +Login="yourlogin" +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