frogbot/config.toml.example

9 lines
255 B
Text
Raw Permalink Normal View History

2023-06-03 15:19:00 +00:00
homeserver = "https://myserver.example.com/"
display_name = "MyBot"
username = "mybot"
2023-06-17 05:12:29 +00:00
# change this, seriously, do it
password = "changeme"
# List of room IDs that the bot will join
# All other rooms are ignored
room_ids = ["!myid:myserver.example.com"]