|
@@ -0,0 +1,8 @@
|
|
|
|
|
+# 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="mongodb+srv://root:randompassword@cluster0.ab1cd.mongodb.net/mydb?retryWrites=true&w=majority"
|