oc_p5-dev / .env.example
ASI-Engineer's picture
Upload folder using huggingface_hub
1b5837d verified
raw
history blame
318 Bytes
# Configuration d'environnement - À adapter localement
# Copy to .env and update values
# Database
DATABASE_URL=postgresql://user:password@localhost:5432/oc_p5
# ML Model
MODEL_PATH=./models/best_model.pkl
SCALER_PATH=./models/scaler.pkl
# API
DEBUG=True
LOG_LEVEL=INFO
# Hugging Face
HF_TOKEN=your_hf_token_here