This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 服务器配置
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