mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-15 23:58:56 -05:00
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
# Default values for local development
|
|
# For production, update these URLs to your deployed domain
|
|
KV_REST_API_TOKEN=''
|
|
KV_REST_API_URL=''
|
|
NEXT_PUBLIC_URL='http://localhost:3000'
|
|
NEXTAUTH_URL='http://localhost:3000'
|
|
|
|
NEXTAUTH_SECRET=""
|
|
NEYNAR_API_KEY=""
|
|
NEYNAR_CLIENT_ID=""
|
|
USE_TUNNEL="false"
|