matrix-roomba/config.dist.yaml
Kumi 4e0bc7a84b
fix(docs): correct grammar in configuration instructions
Adjusted the grammar in the configuration instructions to improve clarity. Ensured instructions explicitly state that credentials should come directly from the user's homeserver, aiding user comprehension and preventing setup errors.
2024-08-09 12:12:40 +02:00

11 lines
No EOL
420 B
YAML

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"