Settings

Configuration for the Call Gateway system

Supabase Configuration

Set via environment variables on the server

NEXT_PUBLIC_SUPABASE_URL
✓ Configured
SUPABASE_SERVICE_ROLE_KEY
✓ Configured

Setup Guide

  1. Copy .env.example to .env.local
  2. Add your Supabase project URL and service role key
  3. Run the SQL schema from supabase_schema.sql
  4. Point desktop/mobile apps to http://your-server:3000/api