# Fetch ML Environment Variables # Copy this file to .env and fill with real values; .env is gitignored # CLI/TUI connection FETCH_ML_CLI_HOST="127.0.0.1" FETCH_ML_CLI_USER="dev_user" FETCH_ML_CLI_BASE="/tmp/ml-experiments" FETCH_ML_CLI_PORT="9101" FETCH_ML_CLI_API_KEY="your-api-key-here" # Optional: TLS (if enabled) TLS_CERT_FILE="" TLS_KEY_FILE=""