# 服务器配置 PORT=8080 API_KEY=demo-api-key-2024 # 数据库配置(Docker 中使用) DATABASE_URL=postgresql://postgres:postgres123@localhost:5432/marketdata # Redis 配置 REDIS_URL=redis://localhost:6379/0 # 日志级别 LOG_LEVEL=INFO