From 3eb83239d16529a8700bce1697f69923f4921719 Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 20 Mar 2019 23:18:56 +0100 Subject: [PATCH] Updated Section RocketChat (basic) (markdown) --- Section-RocketChat-(basic).md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Section-RocketChat-(basic).md b/Section-RocketChat-(basic).md index 0607282..33dc20f 100644 --- a/Section-RocketChat-(basic).md +++ b/Section-RocketChat-(basic).md @@ -1,14 +1,14 @@ ``` [rocketchat.myrocketchat] -#Url is your incoming webhook url as specified in rocketchat -#Read #https://rocket.chat/docs/administrator-guides/integrations/#how-to-create-a-new-incoming-webhook -#See administration - integrations - new integration - incoming webhook -WebhookURL="https://yourdomain/hooks/yourhookkey" +#The rocketchat hostname. (prefix it with http or https) +#REQUIRED (when not using webhooks) +Server="https://yourrocketchatserver.domain.com:443" -#Address to listen on for outgoing webhook requests from rocketchat. -#See administration - integrations - new integration - outgoing webhook -WebhookBindAddress="0.0.0.0:9999" +#login/pass of your bot. (login needs to be the login with email address! user@domain.com) +#Use a dedicated user for this and not your own! +#REQUIRED (when not using webhooks) +Login="yourlogin@domain.com" +Password="yourpass" -Nick="rocket.cat" RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ``` \ No newline at end of file