summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_config.example.yaml
diff options
context:
space:
mode:
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.yaml29
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"