-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
27 lines (22 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ── Core ─────────────────────────────────────────
GROQ_API_KEY=gsk_...
# ── Voice ────────────────────────────────────────
# edge | elevenlabs | coqui (edge = free Microsoft neural TTS, no key needed)
VOICE_PROVIDER=edge
ELEVENLABS_API_KEY=
# ── Optional: background music ───────────────────
PIXABAY_API_KEY=
# ── CROO Integration (hackathon / marketplace) ───
# Set to true to run as a CROO Agent Store provider
ENABLE_CROO=false
CROO_API_URL=https://api.croo.network
CROO_WS_URL=wss://api.croo.network/ws
CROO_SDK_KEY=croo_sk_...
# ── Storage (needed when ENABLE_CROO=true) ───────
CLOUDFLARE_ACCOUNT_ID=6d705cb729062c89c2f5d0a2b8c273cb
CLOUDFLARE_R2_ACCESS_KEY=
CLOUDFLARE_R2_SECRET_KEY=
CLOUDFLARE_R2_BUCKET=videoforge-outputs
CLOUDFLARE_R2_PUBLIC_DOMAIN=pub-XXXX.r2.dev
# ── Misc ─────────────────────────────────────────
LOG_LEVEL=INFO