-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (15 loc) · 905 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (15 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# --- Doppler ---
# A Doppler service token (read-only, scoped to a project + config).
# Used at DEPLOY time by the build extension, and set as a Trigger.dev env var so
# the webhook-driven sync task can download at RUNTIME.
# Create one: https://docs.doppler.com/docs/service-tokens
DOPPLER_TOKEN=dp.st.REPLACE_WITH_YOUR_DOPPLER_SERVICE_TOKEN
# The Doppler project to sync from (used by both the build extension and the task).
DOPPLER_PROJECT=my-app
# The signing secret you set when creating the Doppler webhook. The webhook route
# uses it to verify the X-Doppler-Signature header.
DOPPLER_WEBHOOK_SECRET=your-webhook-signing-secret
# --- Trigger.dev (for the Next.js webhook receiver only) ---
# A Trigger.dev secret key so the Next.js route can trigger the sync task.
# Use the environment you want to sync (e.g. a prod key to sync prod).
TRIGGER_SECRET_KEY=tr_prod_REPLACE_WITH_YOUR_SECRET_KEY