forked from walterlow/freecut
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
33 lines (32 loc) · 1.83 KB
/
.env.example
File metadata and controls
33 lines (32 loc) · 1.83 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
28
29
30
31
32
33
# ===========================================
# Frontend Configuration (Vite)
# ===========================================
# Show/hide floating debug button in editor (dev mode only)
# Set to 'false' to hide debug panel button during development
VITE_SHOW_DEBUG_PANEL=true
# Live AI (/live): use one of the following (Livepeer Studio avoids CORS from ai.livepeer.com)
VITE_LIVEPEER_STUDIO_API_KEY="Your Livepeer Studio API Key"
VITE_DAYDREAM_API_KEY="Your Daydream API Key"
# Scope server: Daydream Scope for GPU inference (local or remote)
# Default: http://localhost:8000 (local dev). Set to your remote Scope URL for production.
# VITE_SCOPE_URL=http://localhost:8000
# VITE_SCOPE_URL=https://api.creativeplatform.xyz
# Alchemy Account Kit: required for Connect Wallet (embedded wallets, auth modal)
VITE_ALCHEMY_API_KEY="Your Alchemy API Key"
VITE_ALCHEMY_POLICY_ID="Your Alchemy Policy ID"
# Optional: set to "true" to use mainnet chains (Base, Arbitrum, Story) in dev instead of testnets
# VITE_USE_MAINNET=true
# Live AI billing: Arbitrum payment contract and treasury (Phase 1)
# VITE_ARBITRUM_PAYMENT_CONTRACT=0x...
# VITE_TREASURY_ADDRESS=0x...
# Stylus Style Registry on Arbitrum (Phase 2: style → creator for royalties)
# VITE_STYLUS_STYLE_REGISTRY=0x...
# Phase 2: MeToken registry on Base for gated style access (full address when confirmed)
# VITE_METOKEN_REGISTRY_BASE=0x...
# Public base URL for OG/Twitter meta (optional). Used in index.html for og:url and og:image.
# VITE_APP_URL=https://your-domain.com
# Coinbase-hosted onramp (Buy USDC in wallet dropdown): backend only (Vercel serverless api/onramp-url)
# COINBASE_CDP_API_KEY_NAME=your-coinbase-cdp-api-key-name
# COINBASE_CDP_API_KEY_SECRET=your-coinbase-cdp-api-key-secret
# Optional: base URL for onramp API when not same origin (default: same origin /api/onramp-url)
# VITE_ONRAMP_API_URL=