# Moomoo API Configuration MOOMOO_API_KEY=your_api_key_here MOOMOO_SESSION_TOKEN=your_session_token_here # Redis Configuration (optional) REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD= REDIS_DB=0 # Application Settings DEBUG=True CACHE_TTL=300