Files
SaveAny-Bot/config.example.toml
2024-10-11 00:07:11 +08:00

31 lines
462 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/"
[storage.webdav]
enable = true
base_path = "/telegram"
username = "admin"
password = "password"
url = "https://alist.com"