Connect to Supabase project
Add Supabase configuration and types to the project.
This commit is contained in:
parent
fb7ac014e4
commit
5a113a2b26
@ -2,8 +2,8 @@
|
|||||||
import { createClient } from '@supabase/supabase-js';
|
import { createClient } from '@supabase/supabase-js';
|
||||||
import type { Database } from './types';
|
import type { Database } from './types';
|
||||||
|
|
||||||
const SUPABASE_URL = "https://hjhbvuvqfhgdcpuhdgmf.supabase.co";
|
const SUPABASE_URL = "https://ffwcnetryatmpcnjkegg.supabase.co";
|
||||||
const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImhqaGJ2dXZxZmhnZGNwdWhkZ21mIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDExNzMwMDQsImV4cCI6MjA1Njc0OTAwNH0.qd_ONdVGpoNhh8FmM_uD2pdwT3LFcEf2iIPzJ4PPmgg";
|
const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImZmd2NuZXRyeWF0bXBjbmprZWdnIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDE1MjA2MzgsImV4cCI6MjA1NzA5NjYzOH0.SIdrB_TQccKrLtVGH9KdiwdNG0EEsqyui6buiAq-S9k";
|
||||||
|
|
||||||
// Import the supabase client like this:
|
// Import the supabase client like this:
|
||||||
// import { supabase } from "@/integrations/supabase/client";
|
// import { supabase } from "@/integrations/supabase/client";
|
||||||
|
@ -1 +1 @@
|
|||||||
project_id = "hjhbvuvqfhgdcpuhdgmf"
|
project_id = "ffwcnetryatmpcnjkegg"
|
Loading…
x
Reference in New Issue
Block a user