improved dashboard campaing and session tab, also mod supabase url

This commit is contained in:
2026-05-16 01:06:51 -06:00
parent efeaf5c300
commit 0b4440969c
2 changed files with 176 additions and 54 deletions
+1 -1
View File
@@ -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);