# Hugging Face Hub token (required) # Create one at https://huggingface.co/settings/tokens HUGGING_FACE_HUB_TOKEN=your_token_here # Repository ID for storing leaderboard data (required) # Format: username/repo-name HUGGING_FACE_STORAGE_REPO=leaderboard-explorer/leaderboard_explorer # Server configuration API_HOST=0.0.0.0 API_PORT=3002