# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema

# 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="mongodb+srv://admin:qy6Coop1yHjjJu5m@cluster0.hp1yh.mongodb.net/db"

REFRESH_TOKEN_SECRET="?HyZ'P29/:m2F6%o4vF/@w(FCY^sO'Qch>nEore#g^Zl@jvM"
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY="pk_test_51OYluhARJippNUbzC975fgl9VrJhXFI34FWWLdmgXxSmhBy3ZXXkZaZiktPwVLJHZBTNUWPrFBSBXXUINyRMIbpA006sTsiix5"
STRIPE_SECRET_KEY="sk_test_51OYluhARJippNUbzMZdQnlDF5RLXPlJ3Gx1J1xELcSKaDaY0qQGNzazhU4WSG99EDt1pfLGfBB4RBdbn2SpmG7jY00IrQiYnnM"
NEXT_PUBLIC_CLIENT_URL="https://www.ticketapp-rl.vercel.app"