TrendRadar/docker/.env
2025-10-02 19:56:32 +08:00

22 lines
702 B
Bash
Raw 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.

# 推送配置
FEISHU_WEBHOOK_URL=
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
DINGTALK_WEBHOOK_URL=
WEWORK_WEBHOOK_URL=
EMAIL_FROM=
EMAIL_PASSWORD=
EMAIL_TO=
EMAIL_SMTP_SERVER=
EMAIL_SMTP_PORT=
# ntfy 推送配置
NTFY_SERVER_URL=https://ntfy.sh # 默认使用公共服务,可改为自托管地址
NTFY_TOPIC= # ntfy主题名称
NTFY_TOKEN= # 可选:访问令牌(用于私有主题)
# 运行配置
CRON_SCHEDULE=*/30 * * * * # 定时任务表达式,每 30 分钟执行一次(比如 8点8点半9点9点半这种时间规律执行)
RUN_MODE=cron # 运行模式cron/once
IMMEDIATE_RUN=true # 启动时立即执行一次