Merge branch 'dev' into um-5

This commit is contained in:
Feng Yue
2025-09-01 12:19:53 +08:00
committed by GitHub
14 changed files with 522 additions and 137 deletions

View File

@@ -55,6 +55,7 @@ WEB_LOGO_URL=/assets/logo.png
# 🛠️ 开发配置
DEBUG=false
DEBUG_HTTP_TRAFFIC=false # 启用HTTP请求/响应调试日志(仅开发环境)
ENABLE_CORS=true
TRUST_PROXY=true
@@ -101,4 +102,4 @@ MAX_API_KEYS_PER_USER=5
WEBHOOK_ENABLED=true
WEBHOOK_URLS=https://your-webhook-url.com/notify,https://backup-webhook.com/notify
WEBHOOK_TIMEOUT=10000
WEBHOOK_RETRIES=3
WEBHOOK_RETRIES=3