Files
cloud-mcp/env.template
2026-01-06 17:35:52 +08:00

27 lines
665 B
Plaintext
Raw 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.
# NAS Configuration
# 配置你的 NAS 访问信息
NAS_HOST=192.168.1.100
NAS_USERNAME=admin
NAS_PASSWORD=your-nas-password
NAS_PROTOCOL=smb
# Cloud Server Configuration
# 配置你的云服务器 SSH 访问信息
SERVER_HOST=127.0.01
SERVER_USERNAME=root
SERVER_PORT=22
SERVER_KEY_PATH=/Users/zijianchen/.ssh/id_rsa
# Soft Router Configuration
# 配置你的软路由访问信息
ROUTER_HOST=192.168.1.1
ROUTER_USERNAME=admin
ROUTER_PASSWORD=your-router-password
# API Keys (optional)
# 可选:配置 API 密钥以使用完整功能
# 足球信息 API (football-data.org - 免费注册获取)
FOOTBALL_API_KEY=
# 游戏信息使用免费 API无需密钥