Files
iqAI/.env.example

9 lines
263 B
Plaintext
Raw Permalink Normal View History

# 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