.env.example•589 B
# Example environment variables for the Shaka Packager MCP Server
# Copy this file to .env and modify as needed
# Path to the Shaka Packager executable (uncomment if not in PATH)
# SHAKA_PACKAGER_PATH=/usr/local/bin/packager
# Default temporary directory for file uploads (uncomment to override)
# TEMP_DIR=/path/to/custom/temp/directory
# Optional logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
# LOG_LEVEL=INFO
# Optional timeout in seconds for Shaka Packager commands (default: 300)
# COMMAND_TIMEOUT=300
# Path to video files directory
# VIDEO_PATH=/path/to/video-directory