feat: Migrate data storage to PostgreSQL with schema setup, initialization script, and update documentation

This commit is contained in:
ethan.chen
2026-01-08 11:14:35 +08:00
parent 62a9d01035
commit ca6fa71f38
16 changed files with 718 additions and 238 deletions

View File

@@ -27,6 +27,10 @@ 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 - 免费注册获取)