NODE_ENV=development PORT=4242 SALT_ROUNDS=12 JWT_ACCESS_SECRET=your_jwt_secret_for_access_token JWT_ACCESS_EXPIRES_IN=7d JWT_REFRESH_SECRET=your_jwt_secret_for_refresh_token JWT_REFRESH_EXPIRES_IN=21d CLOUD_NAME=your_cloud_name CLOUDINARY_API_KEY=cloudinary_api_key CLOUDINARY_API_SECRET=cloudinary_api_secret CLOUDINARY_IMAGE_BASE_URL=https://res.cloudinary.com/your_cloud_name/image/upload/ EMAIL=your_email@gmail.com EMAIL_PASSWORD=your_gmail_password_OR_app_password PASSWORD_RESET_LINK=client_lint_to_reset_password # 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="postgresql://:@localhost:5432/?schema=public"