| # DoodleBook — Environment Variables | |
| # Copy to .env and fill in your values | |
| # HuggingFace token (for model access and dataset uploads) | |
| HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
| # Modal configuration | |
| MODAL_TOKEN_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
| MODAL_ENDPOINT_URL=https://your-workspace--your-app.modal.run | |
| # Optional: Production mode (runs license check on import) | |
| DOODLEBOOK_ENV=development | |