nonsensebot/config.example.toml

11 lines
398 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]
2024-08-03 01:49:45 +01:00
url = "sqlite://./store/data.db"
[misskey_preview]
urls = ["https://fedi.transgender.ing/notes"]