Files
iqAI/.env.example
Malin b1a870d5b5 chore: change frontend port to 1984
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 13:18:04 +02:00

9 lines
263 B
Plaintext

# Replicate API token (get yours at https://replicate.com/account/api-tokens)
REPLICATE_API_TOKEN=your_token_here
# Port for the frontend (default: 1984)
FRONTEND_PORT=1984
# Frontend URL for CORS (update if deploying to a domain)
FRONTEND_URL=http://localhost