# Environment Variables for SVM Classifier # Copy this file to .env and set your values # API Key for authentication API_KEY=my-super-secret-api-key-2024 # Path to the model file MODEL_PATH=fake_news_model.joblib # Server configuration HOST=0.0.0.0 PORT=8000