diff options
author | Wim <wim@42.be> | 2020-02-08 16:50:16 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2020-02-08 18:33:05 +0100 |
commit | ff8cf067b8328f8a49f0a2dfd69a6ae5569cda15 (patch) | |
tree | 60047b220e9a75402e0ac53b61d3cafc4ee403fc /vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml | |
parent | 1420f6805070ed70f4bb60b8abafb96541ff6536 (diff) | |
download | matterbridge-msglm-ff8cf067b8328f8a49f0a2dfd69a6ae5569cda15.tar.gz matterbridge-msglm-ff8cf067b8328f8a49f0a2dfd69a6ae5569cda15.tar.bz2 matterbridge-msglm-ff8cf067b8328f8a49f0a2dfd69a6ae5569cda15.zip |
Update kekeybase/go-keybase-chat-bot vendor
Diffstat (limited to 'vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml')
-rw-r--r-- | vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml b/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml index 87078ed1..1f467962 100644 --- a/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml +++ b/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml @@ -1,16 +1,17 @@ # Rename this file to `test_config.yaml` -config: - bots: - alice: - username: "alice" - paperkey: "foo bar car..." - bob: - username: "bob" - paperkey: "one two three four..." - teams: - acme: - # A real team that you add your alice1 and bob1 into - name: "acme" - # The channel to use - topicname: "mysupercoolchannel" +keybase: "/path/to/keybase" +bots: + # Alice should have an active Stellar account with a little bit of XLM in it + alice: + username: "alice" + paperkey: "foo bar car..." + bob: + username: "bob" + paperkey: "one two three four..." +teams: + acme: + # A real team that you add your alice and bob into + name: "acme" + # The channel to use + topicname: "mysupercoolchannel" |