We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31590e5 + 4758253 commit 4b81d97Copy full SHA for 4b81d97
src/utils/supabase.js
@@ -1,6 +1,6 @@
1
import { createClient } from "@supabase/supabase-js";
2
-const supabaseUrl = "https://supabase.vscode.in/";
+const supabaseUrl = "https://wudeoudusdwrjhbxmobe.supabase.co/";
3
export const supabaseKey =
4
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICJyb2xlIjogImFub24iLAogICJpc3MiOiAic3VwYWJhc2UiLAogICJpYXQiOiAxNzM0MTE0NjAwLAogICJleHAiOiAxODkxODgxMDAwCn0.BykhLPJIlWcaSQ6FLTAiR6BdQLKoZXv-tEpFn5Pf2L8";
+ "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Ind1ZGVvdWR1c2R3cmpoYnhtb2JlIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzU1NzEzMjEsImV4cCI6MjA1MTE0NzMyMX0.EKhN18GFeeEn8AiVtENERxw18QKN6UIFEJLQHmpqxJc";
5
6
export const supabase = createClient(supabaseUrl, supabaseKey);
0 commit comments