.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NGROK_HOST
Use ngrok to expose your local server to the internet so the Replicate API can send it webhooks e.g. https://8db01fea81ad.ngrok.io
REPLICATE_WEBHOOK_SIGNING_SECRET
secret
Shared secret for verifying that incoming webhooks are sent by Replicate See…