# Translator API - Environment Variables # Copy this file to .env and fill in your values # For HuggingFace Spaces, add these as Repository Secrets instead # Admin panel access code (REQUIRED - choose a strong password) ADMIN_ACCESS_CODE=your_strong_admin_code_here # Tailscale API key for worker discovery (optional) # Get from: https://login.tailscale.com/admin/settings/keys TAILSCALE_API_KEY=tskey-xxxxxxxxxxxxxxxxx # Port (default: 7860) PORT=7860 # Node environment NODE_ENV=production