nonsensebot/config.example.toml
2024-08-03 01:49:45 +01:00

11 lines
No EOL
398 B
TOML

[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"
[misskey_preview]
urls = ["https://fedi.transgender.ing/notes"]