-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(.env): remove unnecessary quotes from values (#189)
- Loading branch information
1 parent
3ee6968
commit 53d4bad
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SUPABASE_URL="XXXXX" | ||
SUPABASE_SERVICE_KEY="eyXXXXX" | ||
OPENAI_API_KEY="sk-XXXXXX" | ||
ANTHROPIC_API_KEY="XXXXXX" | ||
JWT_SECRET_KEY="Found in Supabase settings in the API tab" | ||
SUPABASE_URL=XXXXX | ||
SUPABASE_SERVICE_KEY=eyXXXXX | ||
OPENAI_API_KEY=sk-XXXXXX | ||
ANTHROPIC_API_KEY=XXXXXX | ||
JWT_SECRET_KEY=Found in Supabase settings in the API tab | ||
AUTHENTICATE="true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NEXT_PUBLIC_ENV=local | ||
NEXT_PUBLIC_BACKEND_URL=http://localhost:5050 | ||
NEXT_PUBLIC_SUPABASE_URL="XXXX" | ||
NEXT_PUBLIC_SUPABASE_ANON_KEY="XXX" | ||
NEXT_PUBLIC_SUPABASE_URL=XXXX | ||
NEXT_PUBLIC_SUPABASE_ANON_KEY=XXX |
53d4bad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
quiver – ./
quiver-git-main-stangirard.vercel.app
quiver-two.vercel.app
quiver-stangirard.vercel.app
www.quivr.app
quivr.app