Spaces:
Sleeping
Sleeping
| # Hugging Face Spaces Environment Variables | |
| # Copy this file to .env and fill in your values | |
| # NEVER commit the actual .env file! | |
| # Admin panel access code (required for /admin access) | |
| ADMIN_ACCESS_CODE=your-secure-admin-code-here | |
| # Tailscale API key for worker discovery (optional) | |
| TAILSCALE_API_KEY=tskey-xxxxxxxxx | |
| # Optional: Custom port (default 7860) | |
| # PORT=7860 | |
| # Optional: Node environment | |
| # NODE_ENV=production |