Skip to content

Commit 6f227e2

Browse files
authored
chore: update env variable requirements (#2919)
1 parent 1e9c56f commit 6f227e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/client/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ NEXT_PUBLIC_SUPABASE_ANON_KEY="<Fill in from content after running supabase star
66

77
# Drizzle - Our ORM for accessing the database
88
SUPABASE_DATABASE_URL=postgresql://postgres:[email protected]:54322/postgres
9+
SUPABASE_SERVICE_ROLE_KEY=ey12312312312312312312312312323213123
910

1011
# OpenRouter - Enables AI chat. Other providers are optional below
1112
OPENROUTER_API_KEY="<Your api key from https://openrouter.ai/settings/keys>"
1213

1314
# Codesandbox - Used to host user apps. Other providers may be supported in the future. May be optional in the future.
1415
CSB_API_KEY="<Your api key from https://codesandbox.io/t/api>"
15-
1616
# ------------- Optional Keys -------------
1717

1818
# Fast apply model providers to reliably resolve code changes if search replace does not work. We will attempt to use one or the other.

0 commit comments

Comments
 (0)