Predict_Rating / .env.example
vtdung23's picture
Upload folder using huggingface_hub
c09e844 verified
raw
history blame contribute delete
635 Bytes
# ============================================
# ENVIRONMENT VARIABLES TEMPLATE
# ============================================
# Copy this file to .env for local development
# On Render, set these in Environment Variables tab
# Security (Required)
SECRET_KEY=your-super-secret-random-key-change-this-in-production
# Database (Optional - auto-configured by Render)
# DATABASE_URL=postgresql://user:password@host:5432/database
# Leave blank for local SQLite development
# Application Settings
PYTHON_VERSION=3.11.0
PORT=8000
# HuggingFace Cache (Optional - only for local dev)
# HF_HOME=/path/to/huggingface/cache