Spaces:
Sleeping
Sleeping
File size: 422 Bytes
b14a10f d5d016f b14a10f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # 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 |