Page MenuHomePhabricator

D16443.id39548.diff
No OneTemporary

D16443.id39548.diff

diff --git a/resources/chatbot/example_config.json b/resources/chatbot/example_config.json
--- a/resources/chatbot/example_config.json
+++ b/resources/chatbot/example_config.json
@@ -16,7 +16,7 @@
"conduit.uri" : null,
"conduit.user" : null,
- "conduit.cert" : null,
+ "conduit.token" : null,
"macro.size" : 48,
"macro.aspect" : 0.66,
diff --git a/src/docs/tech/chatbot.diviner b/src/docs/tech/chatbot.diviner
--- a/src/docs/tech/chatbot.diviner
+++ b/src/docs/tech/chatbot.diviner
@@ -32,7 +32,7 @@
- `join` Array, list of channels to join.
- `handlers` Array, list of handlers to run. These are like plugins for the
bot.
- - `conduit.uri`, `conduit.user`, `conduit.cert` Conduit configuration,
+ - `conduit.uri`, `conduit.user`, `conduit.token` Conduit configuration,
see below.
- `notification.channels` Notification configuration, see below.
@@ -74,8 +74,8 @@
`http://phabricator.example.com/`
- `conduit.user` The username your bot should login to Phabricator with --
whatever you selected above, like `phabot`.
- - `conduit.cert` The user's certificate, from the "Conduit Certificate" tab
- in the user's administrative view.
+ - `conduit.token` The user's conduit API token, from the "Conduit API Tokens"
+ tab in the user's administrative view.
Now the bot should be able to connect to Phabricator via Conduit.

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 25, 11:44 PM (20 h, 13 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7204097
Default Alt Text
D16443.id39548.diff (1 KB)

Event Timeline