Files
stock/config.sample.ini

17 lines
469 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[telegram]
# 你的 Telegram Bot Token (找 @BotFather 申请得到)
bot_token =
# 你的个人 Chat ID 或频道/群组 ID
chat_id =
[database]
# SQLite 数据库文件名
db_name = watchlist.db
[proxy]
# 🚨 开启代理开关:1 为启用,0 为关闭
enabled = 0
# 🚨 填入你 Linux 本地或局域网的代理软件端口(支持 http 或 socks5
# 比如你本地运行了 Clash/V2Ray,通常 http 端口是 7890 或 10809
url = http://127.0.0.1:7890