
# Connect to Supabase via Shared Connection Pooler
DATABASE_URL="postgresql://postgres.lnzyzcdxfkhvmypdzsni:7xww2I66zkcVd3rJ@aws-1-eu-west-3.pooler.supabase.com:6543/postgres?pgbouncer=true"

# Direct connection to the database through Shared Pooler (supports IPv4/IPv6). Used for migrations.
DIRECT_URL="postgresql://postgres.lnzyzcdxfkhvmypdzsni:7xww2I66zkcVd3rJ@aws-1-eu-west-3.pooler.supabase.com:5432/postgres"

# If your network supports IPv6 or you purchased IPv4 addon, use dedicated pooler
# DATABASE_URL="postgres://postgres:[YOUR-PASSWORD]@db.lnzyzcdxfkhvmypdzsni.supabase.co:6543/postgres?pgbouncer=true"
# DIRECT_URL="postgres://postgres:[YOUR-PASSWORD]@db.lnzyzcdxfkhvmypdzsni.supabase.co:5432/postgres"


NEXT_PUBLIC_SUPABASE_URL=https://lnzyzcdxfkhvmypdzsni.supabase.co
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=sb_publishable_89XtDJFbX-6WCnWtHc6ybA_CqyMKLot
PASSWORD=7xww2I66zkcVd3rJ