-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
16 lines (11 loc) · 783 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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="file:./dev.db"
NEXTAUTH_URL = "http://localhost:3000"
NEXTAUTH_SECRET = "dfsdgdfg"
GITHUB_ID = "Iv1.0c563de3084a7883"
GITHUB_SECRET ="3ad741b9dcc3b71e1d438e9b5fab1297089a6e86"
GOOGLE_CLIENT_SECRET = "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"
GOOGLE_CLIENT_ID = "733118868568-vtscmtrooodbin64gjeq0dfq73a6epho.apps.googleusercontent.com"