matrix-roomba/config.dist.yaml

11 lines
420 B
YAML
Raw Normal View History

homeserver: "https://matrix.example.com"
user_id: "@roomba:example.com"
access_token: "YOUR_ACCESS_TOKEN"
moderation_room_id: "!moderation_room_id:example.com"
# Above credentials should be directly from your homeserver.
# If your moderation room is encrypted, you need to use Pantalaimon and fill the following fields:
pantalaimon:
homeserver: "http://localhost:8010"
access_token: "YOUR_PANTALAIMON_ACCESS_TOKEN"