nonsensebot/config.example.toml

8 lines
333 B
TOML
Raw Normal View History

2024-07-28 03:59:19 +01:00
[bot]
homeserver = "https://matrix.example" # URL of homeserver
user_id = "@user:matrix.example" # fully qualified user ID
device_id = "nonsensebot" # optional, defaults to hostname. DO NOT CHANGE AFTER FIRST START!
access_token = "syt_xyzxyz" # access token (niocli get-access-token)
[database]
url = "sqlite://./store/data.db"