mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 16:39:26 +01:00
17 lines
359 B
YAML
17 lines
359 B
YAML
|
# 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"
|