diff --git a/src/scripts/guestbook-list-comments.js b/src/scripts/guestbook-list-comments.js index a7e7bd2..c91d454 100644 --- a/src/scripts/guestbook-list-comments.js +++ b/src/scripts/guestbook-list-comments.js @@ -1,6 +1,6 @@ import { createClient } from "@supabase/supabase-js"; -// Create a single supabase client for interacting with your database +// this string provides public access to the db, it is not a secret key const supabase = createClient( "https://kddqzqkvjumaslnljhqv.supabase.co", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImtkZHF6cWt2anVtYXNsbmxqaHF2Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDAyMDM5NTEsImV4cCI6MjA1NTc3OTk1MX0.wXhRoE7Jh2aaCdPlBiqEI7F4yj8-7beoeWEPvtVn0kg" diff --git a/src/scripts/guestbook-send-comment.js b/src/scripts/guestbook-send-comment.js index 6e1493e..6724c24 100644 --- a/src/scripts/guestbook-send-comment.js +++ b/src/scripts/guestbook-send-comment.js @@ -1,6 +1,6 @@ import { createClient } from "@supabase/supabase-js"; -// Create a single supabase client for interacting with your database +// this string provides public access to the db, it is not a secret key const supabase = createClient( "https://kddqzqkvjumaslnljhqv.supabase.co", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImtkZHF6cWt2anVtYXNsbmxqaHF2Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDAyMDM5NTEsImV4cCI6MjA1NTc3OTk1MX0.wXhRoE7Jh2aaCdPlBiqEI7F4yj8-7beoeWEPvtVn0kg"