Files
SaveAny-Bot/config.example.toml
2024-10-10 23:50:37 +08:00

25 lines
340 B
TOML

[telegram]
token = ""
admins = []
api = "https://api.telegram.org"
[log]
level = "DEBUG"
[temp]
base_path = "cache/"
cache_ttl = 30
[storage]
[storage.alist]
enable = true
base_path = "/telegram"
username = "admin"
password = "password"
url = "https://alist.com"
token_exp = 86400
[storage.local]
enable = true
base_path = "downloads/"