Skip to content

Commit

Permalink
Merge pull request #92 from lugvitc/master
Browse files Browse the repository at this point in the history
Update database instance
  • Loading branch information
KreativeThinker authored Jan 1, 2025
2 parents 31590e5 + 4758253 commit 4b81d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/supabase.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createClient } from "@supabase/supabase-js";
const supabaseUrl = "https://supabase.vscode.in/";
const supabaseUrl = "https://wudeoudusdwrjhbxmobe.supabase.co/";
export const supabaseKey =
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICJyb2xlIjogImFub24iLAogICJpc3MiOiAic3VwYWJhc2UiLAogICJpYXQiOiAxNzM0MTE0NjAwLAogICJleHAiOiAxODkxODgxMDAwCn0.BykhLPJIlWcaSQ6FLTAiR6BdQLKoZXv-tEpFn5Pf2L8";
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Ind1ZGVvdWR1c2R3cmpoYnhtb2JlIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzU1NzEzMjEsImV4cCI6MjA1MTE0NzMyMX0.EKhN18GFeeEn8AiVtENERxw18QKN6UIFEJLQHmpqxJc";

export const supabase = createClient(supabaseUrl, supabaseKey);

0 comments on commit 4b81d97

Please sign in to comment.