-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
20 lines (19 loc) · 960 Bytes
/
Copy path.env.local.example
File metadata and controls
20 lines (19 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Fal.ai API Key
# Get your API key from https://fal.ai/dashboard
# Replace 'your_fal_api_key_here' with your actual API key
FAL_KEY=
# Canva Connect (global) integration
# Create an Integration at https://www.canva.com/developers/integrations
# In dev, Canva may require 127.0.0.1 instead of localhost.
# Configure redirect URL: http://127.0.0.1:3000/api/canva/auth/callback
# Configure return URL (Return navigation): http://127.0.0.1:3000/canva/return
CANVA_CLIENT_ID=
CANVA_CLIENT_SECRET=
CANVA_REDIRECT_URI=https://YOUR_NGROK_DOMAIN.ngrok-free.app/api/canva/auth/callback
# Optional but recommended when using ngrok:
# Ensures post-auth redirects stay on the ngrok domain (not localhost).
CANVA_PUBLIC_BASE_URL=https://YOUR_NGROK_DOMAIN.ngrok-free.app
CANVA_SCOPES=design:content:write design:content:read asset:write asset:read
# 32-byte secret for encrypting the token cookie (AES-256-GCM).
# Provide either 64 hex chars or base64.
CANVA_TOKEN_SECRET=