fix: load env variables

This commit is contained in:
lucas-neynar
2025-03-13 13:45:40 -07:00
parent 317e302e48
commit f040e9dcf9
7 changed files with 114 additions and 42 deletions

View File

@@ -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'