Skip to content

Commit

Permalink
Update .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
espaciofuturoio authored Feb 1, 2025
1 parent a0e18ed commit f4322a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/web/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
# Update these with your Supabase details from your project settings > API
# https://app.supabase.com/project/_/settings/api
NEXT_PUBLIC_SUPABASE_URL=your-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key

REDIS_URL=''
RP_ID='["localhost", "kind-fi.com"]'
RP_NAME='["App", "Kind-Fi"]'
EXPECTED_ORIGIN='["http://localhost:3000", "https://kind-fi.com"]'
CHALLENGE_TTL_SECONDS=60

0 comments on commit f4322a2

Please sign in to comment.