Removed private key 🤡
This commit is contained in:
parent
a96307726c
commit
f8cc1c0d8f
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
config.js
|
@ -1,6 +1,8 @@
|
||||
import { createClient } from 'https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm';
|
||||
const supabaseUrl = 'https://manesldshonpegglmyan.supabase.co'
|
||||
const supabaseKey = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1hbmVzbGRzaG9ucGVnZ2xteWFuIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTczMDcxNzQ2NCwiZXhwIjoyMDQ2MjkzNDY0fQ.saaJeTtwYZCS3YKJYmQsAOSAEFzUVUJnoJSD8-lgLHo'
|
||||
import config from '../scripts/config.js';
|
||||
|
||||
const supabaseUrl = config.SUPABASE_URL;
|
||||
const supabaseKey = config.SUPABASE_KEY;
|
||||
const supabase = createClient(supabaseUrl, supabaseKey)
|
||||
|
||||
// Select DOM elements
|
||||
|
Loading…
Reference in New Issue
Block a user