Skip to content

Commit

Permalink
chore(.env): remove unnecessary quotes from values (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamadoudicko authored May 28, 2023
1 parent 3ee6968 commit 53d4bad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .backend_env.example
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"
4 changes: 2 additions & 2 deletions .frontend_env.example
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

1 comment on commit 53d4bad

@vercel
Copy link

@vercel vercel bot commented on 53d4bad May 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.