Skip to content

Commit 44ebe7d

Browse files
committed
💡 Update .env.example File
1 parent 2af1e95 commit 44ebe7d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.env.example

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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=vaue
8+
GOOGLE_CLIENT_ID=vaue
9+
GOOGLE_CLIENT_SECRET=vaue
10+
FACEBOOK_ID=vaue
11+
FACEBOOK_SECRET=vaue
12+
NEXTAUTH_SECRET='anything'
13+
NEXTAUTH_URL="http://localhost:3000"
14+
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME="vaue"

0 commit comments

Comments
 (0)