Translator-API / env.example
NathMen12's picture
Upload 18 files
d5d016f verified
Raw
History Blame Contribute Delete
495 Bytes
# 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