mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-18 17:09:47 -05:00
fix: load env variables
This commit is contained in:
12
.env.example
12
.env.example
@@ -1,5 +1,7 @@
|
||||
KV_REST_API_TOKEN=
|
||||
KV_REST_API_URL=
|
||||
NEXT_PUBLIC_URL=
|
||||
NEXTAUTH_URL=
|
||||
NEYNAR_API_KEY=FARCASTER_V2_FRAMES_DEMO
|
||||
# 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'
|
||||
NEYNAR_API_KEY='FARCASTER_V2_FRAMES_DEMO'
|
||||
|
||||
Reference in New Issue
Block a user