semiconductor-pipeline / .env.example
Sai Kumar Taraka
Initial commit: UVM testbench generator with coverage-driven auto-training
4344b33
# Production environment variables for UVM TB Generator
# Copy to .env and fill in secrets
# Backend
UVMGEN_LOG_LEVEL=info
UVMGEN_OUTPUT_DIR=/app/output
UVMGEN_SIMULATOR=stub
# Frontend
REACT_APP_API_URL=http://localhost:8000
# Security (change in production)
UVMGEN_SECRET_KEY=change-me-in-production
UVMGEN_CORS_ORIGINS=http://localhost:3000,http://localhost
# MLflow (optional)
# UVMGEN_MLFLOW_TRACKING_URI=http://mlflow:5000