Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 314 Bytes

env.md

File metadata and controls

8 lines (6 loc) · 314 Bytes

Environment Variables

To configure your application, you need to set up environment variables. Create a .env.local file in the root directory of your project and add the following variables:

NEXT_PUBLIC_SUPABASE_URL=insert_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=insert_supabase_api_key