返回 CodeWhale
.env.example
根目录 / integrations / feishu-bridge / .env.example
1 FEISHU_APP_ID=cli_xxxxxxxxxxxxxxxx
2 FEISHU_APP_SECRET=replace-with-app-secret
3 FEISHU_DOMAIN=feishu
4
5 # Runtime wiring. CODEWHALE_* is canonical; the legacy DEEPSEEK_* names are still
6 # accepted as a fallback for existing deployments.
7 CODEWHALE_RUNTIME_URL=http://127.0.0.1:7878
8 CODEWHALE_RUNTIME_TOKEN=replace-with-long-random-token
9 CODEWHALE_WORKSPACE=/opt/whalebro
10 CODEWHALE_MODEL=auto
11 CODEWHALE_MODE=agent
12 CODEWHALE_ALLOW_SHELL=true
13 CODEWHALE_TRUST_MODE=false
14 CODEWHALE_AUTO_APPROVE=false
15
16 # Comma-separated chat IDs, open IDs, or union IDs allowed to control the runtime.
17 # Leave empty only during first pairing, with CODEWHALE_ALLOW_UNLISTED=true.
18 CODEWHALE_CHAT_ALLOWLIST=
19 CODEWHALE_ALLOW_UNLISTED=false
20
21 FEISHU_THREAD_MAP_PATH=/var/lib/codewhale-feishu-bridge/thread-map.json
22 FEISHU_ALLOW_GROUPS=false
23 FEISHU_REQUIRE_PREFIX_IN_GROUP=true
24 FEISHU_GROUP_PREFIX=/ds
25 FEISHU_MAX_REPLY_CHARS=3500
26 CODEWHALE_TURN_TIMEOUT_MS=900000
27
27 lines Plain Text