-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 929 Bytes
/
.env.example
File metadata and controls
22 lines (18 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy this file to .dev.vars for local development:
# cp .env.example .dev.vars
#
# vinext runs on Cloudflare's workerd runtime, which reads secrets from
# .dev.vars (not .env.local). See https://developers.cloudflare.com/workers/configuration/secrets/
# Find your Replicate API token at https://replicate.com/account/api-tokens
REPLICATE_API_TOKEN=
# The public URL of your deployed Worker, used for webhook callbacks.
# e.g. https://getting-started-vinext.you.workers.dev or your custom domain.
# In development, you can use ngrok instead (see below).
WORKER_URL=
# Use ngrok to expose your local server to the internet
# so the Replicate API can send it webhooks during development.
# e.g. https://8db01fea81ad.ngrok.io
NGROK_HOST=
# Shared secret for verifying that incoming webhooks are sent by Replicate.
# See https://replicate.com/docs/webhooks#retrieving-the-webhook-signing-key
REPLICATE_WEBHOOK_SIGNING_SECRET=