-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env
17 lines (11 loc) · 848 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# 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://mayankgoel1351:mayank%40123@cluster0.jtgu3rj.mongodb.net/test"
NEXTAUTH_JWT_SECRET = "NEXT-JWT-SECRET";
NEXTAUTH_SECRET="NEXT-SECRET";
GITHUB_ID= "cdbb9573ffa34e936a87";
GITHUB_SECRET= "5e0ff01181375c4f194eac4faa1e037b7c36179f";
GOOGLE_CLIENT_ID= "714043706946-e6o038tote01pvqt0kkkqrjhcan6c099.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET= "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"