PORT=5005

# This was inserted by `prisma init`:
# 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://stihe_user:root@localhost:5432/stihe_db?schema=public&sslmode=disable"

ALLOWED_ORIGINS=http://localhost:3000,https://staging.stiheinstitute.com,https://stihe-fe.vercel.app

EMAIL_SERVER="stiheinstitute.com"
EMAIL_PORT="465"
EMAIL_USER="support@stiheinstitute.com"
EMAIL_PASSWORD="ZD+15ETedxM9"