Update supabase client URL

- Switch Supabase client to new self-hosted HTTPS endpoint (https://lovable.backoffice.biz.id) and keep existing anon key. Regenerate frontend config accordingly.

X-Lovable-Edit-ID: edt-d8a35086-2c86-49a7-ac3d-37815cef5653
This commit is contained in:
gpt-engineer-app[bot]
2025-12-18 16:52:45 +00:00

View File

@@ -1,6 +1,6 @@
import { createClient } from '@supabase/supabase-js';
const SUPABASE_URL = 'http://lovable.backoffice.biz.id:8000';
const SUPABASE_URL = 'https://lovable.backoffice.biz.id';
const SUPABASE_ANON_KEY = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJzdXBhYmFzZSIsImlhdCI6MTc2NjAzNzEyMCwiZXhwIjo0OTIxNzEwNzIwLCJyb2xlIjoiYW5vbiJ9.Sa-eECy9dgBUQy3O4X5X-3tDPmF01J5zeT-Qtb-koYc';
export const supabase = createClient(SUPABASE_URL, SUPABASE_ANON_KEY, {