2026-04-16 13:12:40 +02:00
|
|
|
# Replicate API token (get yours at https://replicate.com/account/api-tokens)
|
|
|
|
|
REPLICATE_API_TOKEN=your_token_here
|
|
|
|
|
|
2026-04-16 13:18:04 +02:00
|
|
|
# Port for the frontend (default: 1984)
|
|
|
|
|
FRONTEND_PORT=1984
|
2026-04-16 13:12:40 +02:00
|
|
|
|
|
|
|
|
# Frontend URL for CORS (update if deploying to a domain)
|
|
|
|
|
FRONTEND_URL=http://localhost
|