Files
webhook/.env.example

18 lines
393 B
Plaintext
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.
# ── 鉴权 ──
# 不设置时自动生成 UUIDv4 随机密钥并打印到启动日志
WEBHOOK_API_KEY=
# ── 网络 ──
WEBHOOK_HOST=0.0.0.0
WEBHOOK_PORT=8081
# ── 上传 ──
UPLOAD_DIR=./uploads
MAX_UPLOAD_SIZE=20971520
# 留空不限制多个用逗号分隔jpg,png,gif,pdf
ALLOWED_EXTENSIONS=
# ── QQ API ──
QQ_API_TIMEOUT=10
QQ_API_MAX_RETRIES=2