Update config example
This commit is contained in:
parent
373ff9ca20
commit
cb7fd78610
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
homeserver = "https://myserver.example.com/"
|
homeserver = "https://myserver.example.com/"
|
||||||
display_name = "MyBot"
|
display_name = "MyBot"
|
||||||
username = "mybot"
|
username = "mybot"
|
||||||
# Change this, seriously, do it
|
# change this, seriously, do it
|
||||||
password = "supersecretpassword"
|
password = "changeme"
|
||||||
|
# List of room IDs that the bot will join
|
||||||
|
# All other rooms are ignored
|
||||||
|
room_ids = ["!myid:myserver.example.com"]
|
||||||
|
|
Loading…
Reference in a new issue