Skip to content

Commit c339ad4

Browse files
committed
chore: update .env.example to include missing placeholders SUPABASE_SERVICE_ROLE_KEY and SUPABASE_URL
1 parent 80bd37d commit c339ad4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/web/.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ NEXT_PUBLIC_POSTHOG_KEY=
33
NEXT_PUBLIC_POSTHOG_HOST=
44
NEXT_PUBLIC_SUPABASE_URL=
55
# Make sure to enable RLS and policies to use this key in client
6-
NEXT_PUBLIC_SUPABASE_ANON_KEY=
6+
NEXT_PUBLIC_SUPABASE_ANON_KEY=
7+
SUPABASE_SERVICE_ROLE_KEY=
8+
SUPABASE_URL=

0 commit comments

Comments
 (0)