Files
server-deploy/windows-dev-stack/.env.example
Joywayer dd3eb24d0f refactor: 拆分 claude-dev-stack 为 windows-dev-stack 和 wsl-dev-stack
将原 claude-dev-stack 目录拆分为独立的 Windows 和 WSL 部署栈,便于分别维护和使用。

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-29 01:11:20 +08:00

43 lines
1.9 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# =============================================================
# Windows Dev Stack 配置文件
# 复制为 .env 并按需填写
# =============================================================
# ── Claude / API 配置 ────────────────────────────────────────
# 推荐:灵眸 AI国内直连无需代理https://docs.lmuai.com/docs/tools/claude-code
ANTHROPIC_AUTH_TOKEN=sk-你的灵眸API密钥
ANTHROPIC_BASE_URL=https://api.lmuai.com
# 备选Anthropic 官方 API Key海外直连
# ANTHROPIC_API_KEY=
# ANTHROPIC_BASE_URL=https://api.anthropic.com
# 备选DeepSeek 兼容接口
# ANTHROPIC_API_KEY=
# ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic
# 默认使用的模型
# 灵眸可选claude-opus-4-7 | claude-sonnet-4-6 | claude-sonnet-4-5 | claude-haiku-4-5
CLAUDE_MODEL=claude-sonnet-4-6
# ── Godot MCP Pro ─────────────────────────────────────────────
# 本地包相对路径(相对于本脚本目录),默认引用 claude-dev-stack 中的包
# 通常无需修改
GODOT_MCP_VERSION=godot-mcp-pro-v1.14.1
GODOT_MCP_PACKAGE_DIR=.
# ── Unity MCP ─────────────────────────────────────────────────
# unity-mcp-server 安装目录Windows 侧)
# UNITY_MCP_INSTALL_DIR=%USERPROFILE%\unity-mcp-server
# Unity Hub 路径(写入 MCP 配置 env 供 unity-mcp 使用)
# UNITY_HUB_PATH=C:\Program Files\Unity Hub\Unity Hub.exe
# Unity MCP Bridge 端口
BRIDGE_PORT=7890
# ── Rust / Token Killer ──────────────────────────────────────
# 国内加速镜像(安装 Rust 缓慢时启用)
# RUSTUP_DIST_SERVER=https://rsproxy.cn
# RUSTUP_UPDATE_ROOT=https://rsproxy.cn/rustup