# Environment variables declared in this file are NOT automatically loaded by Prisma.
# Please add `import "dotenv/config";` to your `prisma.config.ts` file, or use the Prisma CLI with Bun
# to load environment variables from .env files: https://pris.ly/prisma-config-env-vars.

# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings

DATABASE_URL="postgresql://postgres.ixajsnkyvewjvefgubpo:SlAxTZVKfQCAvOJ4@aws-0-ap-southeast-1.pooler.supabase.com:6543/postgres?pgbouncer=true"
DIRECT_URL="postgresql://postgres.ixajsnkyvewjvefgubpo:SlAxTZVKfQCAvOJ4@aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres"

# Supabase Auth Configuration
NEXT_PUBLIC_SUPABASE_URL="https://ixajsnkyvewjvefgubpo.supabase.co"
NEXT_PUBLIC_SUPABASE_ANON_KEY="sb_publishable_zKxE6d9_qZGh67CeGKHlrQ_OhkgKn5F"
SUPABASE_SERVICE_ROLE_KEY="sb_secret_ow4vxJ9yKmDxR3llV_zcrg_IjlF6kBr"