diff options
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 | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 00000000..87078ed1 --- /dev/null +++ b/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml @@ -0,0 +1,16 @@ +# 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" |