Updated Section RocketChat (basic) (markdown)

Wim 2019-03-20 23:18:56 +01:00
parent 664cfbd343
commit 3eb83239d1

@ -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}> "
```