返回 CodeWhale
runtime.env.example
根目录 / deploy / tencent-lighthouse / examples / runtime.env.example
1 CODEWHALE_RUNTIME_TOKEN=replace-with-long-random-token
2 CODEWHALE_RUNTIME_PORT=7878
3 CODEWHALE_RUNTIME_WORKERS=2
4 CODEWHALE_PROVIDER=deepseek
5 DEEPSEEK_API_KEY=replace-with-provider-key
6 RUST_LOG=info
7
7 lines Plain Text