Spaces:
Running
Running
| # ============================================ | |
| # 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 | |