mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
8cdf1a890a
Summary: Previously, the chatbot docs instructed users to get certificates for the conduit API and put the cert in a `conduit.cert` config key. In order to get the chatbot to work, I needed to instead get an API key and put it in the `conduit.token` config entry. Test Plan: Doc fix. Tried the new documented way and it worked. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D16443
24 lines
499 B
JSON
24 lines
499 B
JSON
{
|
|
"server" : "irc.freenode.net",
|
|
"port" : 6667,
|
|
"nick" : "phabot",
|
|
"join" : [
|
|
"#phabot-test"
|
|
],
|
|
"handlers" : [
|
|
"PhabricatorBotObjectNameHandler",
|
|
"PhabricatorBotSymbolHandler",
|
|
"PhabricatorBotLogHandler",
|
|
"PhabricatorBotFeedNotificationHandler",
|
|
"PhabricatorBotWhatsNewHandler",
|
|
"PhabricatorBotMacroHandler"
|
|
],
|
|
|
|
"conduit.uri" : null,
|
|
"conduit.token" : null,
|
|
|
|
"macro.size" : 48,
|
|
"macro.aspect" : 0.66,
|
|
|
|
"notification.channels" : ["#phabot-test"]
|
|
}
|