Skip to content

Commit a189467

Browse files
authored
chore: update docs for new broken keys (#2921)
1 parent 6f227e2 commit a189467

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

apps/web/client/.env.example

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
# Supabase - Enables our backend such as database and auth
44
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
55
NEXT_PUBLIC_SUPABASE_ANON_KEY="<Fill in from content after running supabase start>"
6-
7-
# Drizzle - Our ORM for accessing the database
86
SUPABASE_DATABASE_URL=postgresql://postgres:[email protected]:54322/postgres
9-
SUPABASE_SERVICE_ROLE_KEY=ey12312312312312312312312312323213123
7+
SUPABASE_SERVICE_ROLE_KEY="<Your Supabase service role key>"
108

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

docs/content/docs/developers/appendix.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ It should look like this:
1616
# Supabase - Enables our backend such as database and auth
1717
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
1818
NEXT_PUBLIC_SUPABASE_ANON_KEY="<Fill in from content after running supabase start>"
19-
20-
# Drizzle - Our ORM for accessing the database
2119
SUPABASE_DATABASE_URL=postgresql://postgres:[email protected]:54322/postgres
20+
SUPABASE_SERVICE_ROLE_KEY="<Your Supabase service role key>"
2221

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

docs/content/docs/developers/running-locally.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Request an API key from OpenRouter. This is used for chatting with your project.
6464

6565
### 4. Set environment variables
6666

67+
> **WARNING**: There is a new known issue with Supabase where the service role key is no longer being outputted. This script is currently broken. Use this instruciton to set the environment variables manually: [appendix](/developers/appendix)
68+
6769
Run the interactive environment setup script:
6870

6971
```bash

0 commit comments

Comments
 (0)