# Example .env.local file # Download this file, rename it to .env.local, and place it in the main project folder. # Supabase Project URL # Find this in Supabase: Project Settings > API > Project URL NEXT_PUBLIC_SUPABASE_URL=https://your-project-ref.supabase.co # Supabase anon public key # Find this in Supabase: Project Settings > API > Project API keys > anon public NEXT_PUBLIC_SUPABASE_ANON_KEY=replace-this-with-your-anon-public-key # Important: # Do not paste private admin keys here for browser code. # Do not upload your real .env.local file to GitHub.