# Connect to Supabase via connection pooling
DATABASE_URL="postgresql://postgres.vzpfhkcbcuossayikckw:[email protected]:6543/basic?pgbouncer=true"
# Direct connection to the database. Used for migrations
DIRECT_URL="postgresql://postgres.vzpfhkcbcuossayikckw:[email protected]:5432/basic"