# ============================================ # Hopcroft API Environment Configuration # ============================================ # Copy this file to .env and update with your values # Command: cp .env.example .env # IMPORTANT: Never commit .env to version control! # MLflow Configuration MLFLOW_TRACKING_URI=https://dagshub.com/se4ai2526-uniba/Hopcroft.mlflow MLFLOW_TRACKING_USERNAME=your_username MLFLOW_TRACKING_PASSWORD=your_token # API Configuration API_HOST=0.0.0.0 API_PORT=8080 LOG_LEVEL=info # Model Configuration MODEL_PATH=/app/models/random_forest_embedding_gridsearch.pkl