Update API keys

The API keys have been updated.
This commit is contained in:
gpt-engineer-app[bot] 2025-03-10 09:15:33 +00:00
parent 85b88d9ee0
commit c37ebae745
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,4 @@
// This file is automatically generated. Do not edit it directly.
import { createClient } from '@supabase/supabase-js';
import type { Database } from './types';
@ -8,4 +9,4 @@ const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiO
// Import the supabase client like this:
// import { supabase } from "@/integrations/supabase/client";
export const supabase = createClient<Database>(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY);
export const supabase = createClient<Database>(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY);

View File

@ -1,2 +1,11 @@
ffwcnetryatmpcnjkegg
# This file controls the settings for your Edge Function when deployed to Supabase.
[build]
command = ""
[deploy]
release_command = ""
[build.environment_variables]
OPENAI_API_KEY = "{{ OPENAI_API_KEY }}"