Files
lingma-proxy-compose/config.example.json
GitHub Actions 450faefaf9 Add API key authentication for proxy endpoints.
Support multiple API keys from config, env, and CLI, enforce auth on non-public endpoints, and pass keys through remote deploy verification.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 13:08:27 +08:00

42 lines
1.2 KiB
JSON

{
"host": "127.0.0.1",
"port": 8095,
"backend": "remote",
"transport": "auto",
"mode": "chat",
"model": "kmodel",
"session_mode": "auto",
"timeout": 300,
"remote_fallback_enabled": true,
"remote_fallback_models": [
"kmodel",
"mmodel",
"dashscope_qwen3_coder",
"dashscope_qmodel",
"dashscope_qwen_max_latest",
"dashscope_qwen_plus_20250428_thinking"
],
"cwd": "C:/Workspace/Personal/lingma-ipc-proxy",
"shell_type": "powershell",
"current_file_path": "",
"pipe": "",
"websocket_url": "",
"remote_auth_file": "/secrets/credentials.json",
"api_keys": [
"replace-with-long-random-key-1",
"replace-with-long-random-key-2"
],
"lingma_bootstrap_enabled": true,
"lingma_source_type": "marketplace",
"lingma_vsix_url": "",
"lingma_marketplace_publisher": "Alibaba-Cloud",
"lingma_marketplace_extension": "tongyi-lingma",
"lingma_binary_path": "/app/data/bin/Lingma",
"lingma_bootstrap_output_dir": "/app/data/bin/release",
"lingma_bootstrap_always": true,
"lingma_force_refresh": false,
"lingma_work_dir": "/app/data/.lingma/vscode/sharedClientCache",
"lingma_session_bundle": "",
"lingma_session_bundle_file": "/secrets/session.bundle"
}