From 5a113a2b268b5a95d04061b7c6dae18c2e02c585 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:53:23 +0000 Subject: [PATCH] Connect to Supabase project Add Supabase configuration and types to the project. --- src/integrations/supabase/client.ts | 4 ++-- supabase/config.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/integrations/supabase/client.ts b/src/integrations/supabase/client.ts index fdfaa24..6b5ddba 100644 --- a/src/integrations/supabase/client.ts +++ b/src/integrations/supabase/client.ts @@ -2,8 +2,8 @@ import { createClient } from '@supabase/supabase-js'; import type { Database } from './types'; -const SUPABASE_URL = "https://hjhbvuvqfhgdcpuhdgmf.supabase.co"; -const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImhqaGJ2dXZxZmhnZGNwdWhkZ21mIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDExNzMwMDQsImV4cCI6MjA1Njc0OTAwNH0.qd_ONdVGpoNhh8FmM_uD2pdwT3LFcEf2iIPzJ4PPmgg"; +const SUPABASE_URL = "https://ffwcnetryatmpcnjkegg.supabase.co"; +const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImZmd2NuZXRyeWF0bXBjbmprZWdnIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDE1MjA2MzgsImV4cCI6MjA1NzA5NjYzOH0.SIdrB_TQccKrLtVGH9KdiwdNG0EEsqyui6buiAq-S9k"; // Import the supabase client like this: // import { supabase } from "@/integrations/supabase/client"; diff --git a/supabase/config.toml b/supabase/config.toml index 9d4625e..f79eda3 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -1 +1 @@ -project_id = "hjhbvuvqfhgdcpuhdgmf" \ No newline at end of file +project_id = "ffwcnetryatmpcnjkegg" \ No newline at end of file