We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc59bb commit fbfbfaeCopy full SHA for fbfbfae
1 file changed
.env.example
@@ -31,6 +31,12 @@ OPENCLAW_GATEWAY_URL=http://localhost:18789
31
# WECHAT_APPID=wx_your_app_id_here
32
# WECHAT_SECRET=your_app_secret_here
33
34
+# === 安全 ===
35
+# API 速率限制(默认 60/min,设 0 关闭)
36
+# CONTENTPIPE_RATE_LIMIT=60/min
37
+# CORS 允许的来源(逗号分隔,留空不启用)
38
+# CONTENTPIPE_CORS_ORIGINS=https://your-frontend.com,http://localhost:3000
39
+
40
# === LLM API Keys(llm_mode=direct 时需要,gateway 模式不需要) ===
41
# OPENAI_API_KEY=sk-...
42
# ANTHROPIC_API_KEY=sk-ant-...
0 commit comments