# Flux API Configuration
BFL_API_KEY=your_flux_api_key_here
# Flux Installation Path
FLUX_PATH=/path/to/flux/installation
# Server Configuration
NODE_ENV=development
LOG_LEVEL=debug # debug, info, warn, error
# Optional: Custom Python Path
# PYTHON_PATH=/path/to/python/virtual/environment/bin/python
# Optional: Custom Port (if needed for development)
# PORT=3000