chore: 添加 n8n 环境变量配置和文档

This commit is contained in:
2026-01-27 20:26:35 +08:00
parent 1b75ac0b0d
commit d9bbdfb06f
2 changed files with 91 additions and 0 deletions
+5
View File
@@ -7,6 +7,11 @@ WEBHOOK_API_KEY="sk_live_your_secure_api_key_min_32_chars"
# n8n AI Search Webhook
N8N_AI_SEARCH_WEBHOOK="https://n8n.mzaxd.fun/webhook/ai-search"
# n8n Keyword Cloud Workflow Environment Variables
# These variables should be set in your n8n environment
# N8N_API_URL: Your API endpoint URL (e.g., http://localhost:3000 for local, or your production URL)
# N8N_API_KEY: Use the same value as WEBHOOK_API_KEY above
# Internationalization
NEXT_INTL_DEFAULT_LOCALE="zh"
NEXT_INTL_SUPPORTED_LOCALES="zh,en"