improved dashboard campaing and session tab, also mod supabase url
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@
|
||||
|
||||
<script>
|
||||
// === CONFIG: fill these in ===
|
||||
const SUPABASE_URL = "http://144.217.160.51:8000";
|
||||
const SUPABASE_URL = "https://rehavit.beroth.moe/supabase";
|
||||
const SUPABASE_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzc2NTU4OTc2LCJleHAiOjE5MzQyMzg5NzZ9.eFvvIQUstht8TxNffqAcqfmgS7W2JMZsDxkV41XBPOA";
|
||||
|
||||
const supabaseClient = window.supabase.createClient(SUPABASE_URL, SUPABASE_ANON_KEY);
|
||||
|
||||
Reference in New Issue
Block a user