File size: 594 Bytes
225af6a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ============================================
# 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