Update config example

This commit is contained in:
none 2023-06-17 15:12:29 +10:00
parent 373ff9ca20
commit cb7fd78610

View file

@ -1,5 +1,8 @@
homeserver = "https://myserver.example.com/"
display_name = "MyBot"
username = "mybot"
# Change this, seriously, do it
password = "supersecretpassword"
# 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"]