Skip to content

Commit

Permalink
conf: update env.sample file with correct var names
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien MAIRE authored and Julien MAIRE committed Jan 31, 2025
1 parent 20a02b9 commit bc2ff06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Please update those values if you modify the supabase default configuration
SUPABASE_DB_URL=postgresql://postgres:[email protected]:54322/postgres ## supabase default url
VITE_SUPABASE_URL= http://127.0.0.1:54321 ## supabase url for react admin dataprovider
VITE_SUPABASE_API_KEY= eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0 ## please put your supabase anon key
VITE_SUPABASE_API_URL= http://127.0.0.1:54321 ## supabase url for react admin dataprovider
VITE_SUPABASE_ANON_KEY= eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0 ## please put your supabase anon key

0 comments on commit bc2ff06

Please sign in to comment.