Update API keys
The API keys have been updated.
This commit is contained in:
parent
85b88d9ee0
commit
c37ebae745
@ -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);
|
||||
|
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user