We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad90886 commit ad2a7a8Copy full SHA for ad2a7a8
.env.example
@@ -0,0 +1,6 @@
1
+# Environment variables declared in this file are automatically made available to Prisma.
2
+# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3
+
4
+# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5
+# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6
+DATABASE_URL="postgres://myuser:mypassword@localhost:5432/my-db"
0 commit comments