Updated Section RocketChat (basic) (markdown)

Wim 2017-07-31 20:55:41 +02:00
parent 4b7a5c7f6a
commit 40928ad8a7

@ -3,11 +3,11 @@
#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
URL="https://yourdomain/hooks/yourhookkey"
WebhookURL="https://yourdomain/hooks/yourhookkey"
#Address to listen on for outgoing webhook requests from rocketchat.
#See administration - integrations - new integration - outgoing webhook
BindAddress="0.0.0.0:9999"
WebhookBindAddress="0.0.0.0:9999"
Nick="rocketbot"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "