first commi
This commit is contained in:
16
checker/.env.example
Normal file
16
checker/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# 环境变量配置文件示例
|
||||
# 复制此文件为 .env 并填写实际值
|
||||
|
||||
# Telegram 通知配置(可选)
|
||||
TELEGRAM_TOKEN=
|
||||
TELEGRAM_CHAT_ID=
|
||||
|
||||
# 线程配置
|
||||
MAX_THREADS=3
|
||||
DEFAULT_THREADS=1
|
||||
|
||||
# 超时配置(秒)
|
||||
TIMEOUT=15
|
||||
|
||||
# 输出文件
|
||||
OUTPUT_FILE=approvedcard.txt
|
||||
Reference in New Issue
Block a user