Service Connections

Connection Hub

Manage and monitor connections to external services

Last checked:
Supabase API
Cloud database and authentication service
connected

Configuration

https://sibaltmusbhcbelgtnli.db.co

Environment Variables

NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY

Setup Tips

  • Verify NEXT_PUBLIC_SUPABASE_URL matches your Supabase project URL
  • Ensure NEXT_PUBLIC_SUPABASE_ANON_KEY is set (public anon key from Supabase settings)
  • Check that your Supabase project is active and not paused
  • Verify network connectivity to db.co domain
Supabase Database
PostgreSQL database connection
disconnected

Configuration

db.sibaltmusbhcbelgtnli.db.co:5432

Environment Variables

DATABASE_URL

Setup Tips

  • Set DATABASE_URL: postgresql://postgres:password@db.host:5432/postgres
  • Ensure Session Pooler is enabled if on IPv4 network
  • Verify database credentials are correct
  • Check firewall rules allow connections to port 5432
  • Test connection: psql postgresql://user:pass@host:5432/postgres
Cloudinary
Image upload and management
disconnected

Configuration

Not configured

Environment Variables

NEXT_PUBLIC_CLOUDINARY_URL
NEXT_PUBLIC_CLOUDINARY_GALLERY_URL

Setup Tips

  • Create a Cloudinary account at cloudinary.com
  • Get your cloud name, API key, and API secret
  • Set NEXT_PUBLIC_CLOUDINARY_URL with your credentials
  • Configure NEXT_PUBLIC_CLOUDINARY_GALLERY_URL for public gallery access
  • Test upload via supportdomain/assets page
Firebase (Legacy)
Previous authentication backend (being replaced)
warning

Configuration

Deprecated

Environment Variables

NEXT_PUBLIC_FIREBASE_CONFIG

Setup Tips

  • This service is being migrated to Supabase
  • Existing Firebase credentials can remain in .env for backwards compatibility
  • New features will use Supabase only
  • Plan migration of Firebase data to Supabase
Quick Setup

1. Update .env.local with your credentials

NEXT_PUBLIC_SUPABASE_URL=https://your-project.db.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key

2. Restart your development server

Run npm run dev to apply changes

3. Test the connection

Click "Test Connection" above to verify each service