Skip to content

Commit 7ae01e2

Browse files
author
AI Assistant
committed
Add missing .env.local.example file and remove unnecessary .gitkeep
1 parent c4b8492 commit 7ae01e2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

web/.env.local.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Supabase Configuration
2+
NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
3+
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
4+
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key
5+
6+
# Next.js Configuration
7+
NEXT_PUBLIC_SITE_URL=http://localhost:3000
8+
9+
# Development
10+
NODE_ENV=development

0 commit comments

Comments
 (0)