-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
22 lines (20 loc) · 929 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (20 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
# Meta (Facebook + Instagram) — server-only secrets
META_SYSTEM_TOKEN=
META_PAGE_ID=
META_IG_USER_ID=
META_AD_ACCOUNT_ID=
META_GRAPH_VERSION=v21.0
META_CRON_SECRET=
# AdGen — campaign planning, opening hooks and video rendering.
# Both are required for the Campaign Creator; there is no default and no
# fallback, so an unset value fails the call with a clear message.
ADGEN_API_BASE=https://your-adgen-host.example.com
ADGEN_API_KEY=
# Shared secret for the render webhook (POST /api/adgen/webhook). Deliveries are
# signed with it; without it every delivery is rejected and renders never finish.
ADGEN_WEBHOOK_SECRET=
# Image generation — the service the Content Studio playground and the campaign
# builder call. Both are required to generate images; there is no default and no
# fallback, so an unset value fails the request with a clear message.
IMG_GEN_API_BASE=https://your-image-host.example.com
IMG_GEN_API_KEY=