# -----------------------------------------------------------------------------
# App
# -----------------------------------------------------------------------------
BASEPATH=
NEXT_PUBLIC_APP_URL=http://localhost:3000${BASEPATH}

# NEXT_PUBLIC_MONGODB_URI="mongodb://darshit:darshit@localhost:27017/?authMechanism=DEFAULT&directConnection=true"
# NEXT_PUBLIC_MONGODB_URI="mongodb://127.0.0.1:27017/doctorappointment?retryWrites=true&w=majority&authSource=admin"
NEXT_PUBLIC_API_URI=http://server.keshavinfotechdemo2.com:3024
NEXT_PUBLIC_AUTH_SECRET=jecky@123
NEXTAUTH_SECRET=jecky@123
AUTH_SECRET=your-secret-key
NEXTAUTH_URL=http://server.keshavinfotechdemo2.com:3002

API_URI =http://server.keshavinfotechdemo2.com:3024

# NEXT_PUBLIC_API_BASE_URL=http://185.125.204.96:3002
NEXT_PUBLIC_API_BASE_URL=http://server.keshavinfotechdemo2.com:3024




# This was inserted by `prisma init`:
# 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://127.0.0.1:27017/doctorappointment?retryWrites=true&w=majority&authSource=admin"