Files
cloud-mcp/env.template

40 lines
979 B
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.
# 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
# Email Configuration
# 邮件配置SMTP
EMAIL_HOST=smtp.gmail.com
EMAIL_PORT=587
EMAIL_USER=your-email@gmail.com
EMAIL_PASSWORD=your-app-password
EMAIL_FROM=Your Name
EMAIL_SECURE=false
# Database Configuration
# PostgreSQL 数据库连接配置
DATABASE_URL=postgresql://user:password@host:port/database
# API Keys (optional)
# 可选:配置 API 密钥以使用完整功能
# 足球信息 API (football-data.org - 免费注册获取)
FOOTBALL_API_KEY=
# 游戏信息使用免费 API无需密钥