# Application Configuration DEBUG=false # Database DATABASE_URL=postgresql+asyncpg://user:password@localhost:5432/fantasy_hockey # Yahoo Fantasy API Credentials YAHOO_CONSUMER_KEY=your_consumer_key_here YAHOO_CONSUMER_SECRET=your_consumer_secret_here # API Configuration API_PREFIX=/api/v1 CORS_ORIGINS=["http://localhost:3000"]