Skip to content

Commit

Permalink
Fixed incorrect env variables in README of example-username-password
Browse files Browse the repository at this point in the history
project
  • Loading branch information
captaindirgo committed Sep 25, 2022
1 parent 194414f commit 2f579fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/example-username-password/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ npm run dev
### Environment variables

```bash
SUPABASE_URL=""
SUPABSE_SECRET="" # service_role
VITE_SUPABASE_URL=""
VITE_SUPABASE_SECRET="" # service_role

# something long (> 64 char) and random
VITE_LUCIA_SECRET=""
Expand Down

0 comments on commit 2f579fd

Please sign in to comment.