APP_ENV=development
API_HOST=0.0.0.0
API_PORT=8018
FRONTEND_PORT=8082
LOG_LEVEL=INFO
DATABASE_URL=sqlite:///backend/data/suivi.db
VITE_API_URL=/api
