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