We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791c1e2 commit aecbb0aCopy full SHA for aecbb0a
.env.example
@@ -0,0 +1,11 @@
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
7
+DATABASE_URL=""
8
+JWT_SECRET=""
9
+AWS_ACCESS_KEY_ID=""
10
+AWS_SECRET_ACCESS_KEY=""
11
+AWS_REGION=""
0 commit comments