Skip to content

Commit

Permalink
Update supabaseClient.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxachis authored Feb 5, 2024
1 parent 4ad4eb7 commit 15991d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supabaseClient.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createClient } from "@supabase/supabase-js";

// Note: All tables in the LRR database should have RLS enabled with read access for the "anon" role, so that the app can read from them without authentication
const supabase = createClient(
export const supabase = createClient(
"https://vsumrxhpkzegrktbtcui.supabase.co",
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InZzdW1yeGhwa3plZ3JrdGJ0Y3VpIiwicm9sZSI6ImFub24iLCJpYXQiOjE2ODQ3OTU2NzUsImV4cCI6MjAwMDM3MTY3NX0.9lafalZT9FJW1D8DAuIMrsRX0Gs6204nV8ETfGslrqI");

0 comments on commit 15991d4

Please sign in to comment.