| # Deployment configuration for Joblin (HuggingFace Spaces) | |
| # Where data lives on HuggingFace Spaces | |
| DATA_DIR=/data | |
| # JWT secret for auth tokens (change this!) | |
| JOBLIN_JWT_SECRET=replace-with-a-random-64-char-string | |
| # Port (HuggingFace Spaces default is 7860) | |
| PORT=7860 | |
| # Optional: Cron protection token (used by GitHub Actions to trigger scrapes) | |
| # If not set, /api/scrape/cron is disabled | |
| JOBLIN_CRON_TOKEN= | |
| # Your HF Space URL (used by GitHub Actions) | |
| HF_SPACE_URL=https://your-space-name.hf.space | |