feat: Migrate data storage to PostgreSQL with schema setup, initialization script, and update documentation
This commit is contained in:
@@ -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 - 免费注册获取)
|
||||
|
||||
Reference in New Issue
Block a user