-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
17 lines (12 loc) · 868 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://quyduc:[email protected]/test"
NEXTAUTH_SECRET = "NEXTAUTH_SECRET"
GOOGLE_CLIENT_ID=409276087119-9hmgc0ad6augp7gkeaqmq2r1ru92afo0.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=dgp72bk0u
NEXT_PUBLIC_PUSHER_APP_KEY = "78d72d7093049842333f"
PUSHER_APP_ID = "1639416"
PUSHER_SECRET = "4be3c4513301800c49dd"