2024-08-07 08:28:30 +00:00
|
|
|
homeserver: "https://matrix.example.com"
|
|
|
|
user_id: "@roomba:example.com"
|
|
|
|
access_token: "YOUR_ACCESS_TOKEN"
|
2024-08-09 09:01:58 +00:00
|
|
|
moderation_room_id: "!moderation_room_id:example.com"
|
|
|
|
|
2024-08-09 10:12:40 +00:00
|
|
|
# Above credentials should be directly from your homeserver.
|
2024-08-09 09:01:58 +00:00
|
|
|
# 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"
|