Skip to content

Commit

Permalink
updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmandi committed May 13, 2024
1 parent 7b3675e commit 4cd67f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createClient } from "@supabase/supabase-js";

const supabaseUrl = "https://drnetvgmyxknfbeftdhy.supabase.co"
const supabaseAnonKey = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImRybmV0dmdteXhrbmZiZWZ0ZGh5Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MTAwOTM5OTcsImV4cCI6MjAyNTY2OTk5N30.5oi3T2rvQLdc5hBB-dY_EYEHlQ4VlVWplAGHQn_bir4"
const supabaseUrl = import.meta.env.VITE_PROJECT_KEY
const supabaseAnonKey = import.meta.env.VITE_ANON_KEY

export const supabase = createClient(supabaseUrl, supabaseAnonKey)

0 comments on commit 4cd67f3

Please sign in to comment.