Skip to content

Commit ad2a7a8

Browse files
committed
feat: env.example
1 parent ad90886 commit ad2a7a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.example

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)