[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"