Skip to content

Commit

Permalink
Update supabaseClient.js (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Bread-n-Butter0 <ep123forest@icloud.com>
  • Loading branch information
TheLumpiest and Bread-n-Butter0 authored Oct 24, 2024
1 parent 2582330 commit 397612e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Supabase/supabaseClient.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { createClient } from "@supabase/supabase-js";
const supabaseUrl = process.env.REACT_APP_SUPABASE_URL;
const supabaseKey = process.env.REACT_APP_ANON_KEY;

const supabase = createClient("https://hsmkwrrptltywjqljrpf.supabase.co", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im96a3lrcm11aWtxZ3JqZndlbXVzIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MDg1NTgzOTQsImV4cCI6MjAyNDEzNDM5NH0.uw5P0WARTEleBzhNtraLsCEO2wp781rSzggxDI9dm8s");


export default supabase;

0 comments on commit 397612e

Please sign in to comment.