mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
18 lines
430 B
YAML
18 lines
430 B
YAML
# Rename this file to `test_config.yaml`
|
|
|
|
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"
|