generated from Smnthjm08/nextjs-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
17 lines (12 loc) · 917 Bytes
/
.env.example
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
# uncomment next line if you use Prisma <5.10
# DATABASE_URL_UNPOOLED="postgresql://next-auth_owner:[email protected]/next-auth?sslmode=require"
DATABASE_URL="REPLACE_YOUR_DATABASE_URL"
AUTH_SECRET="REPLACE_YOUR_AUTH_SECRET"
GITHUB_CLIENT_ID="REPLACE_YOUR_GITHUB_CLIENT_ID"
GITHUB_CLIENT_SECRET="REPLACE_YOUR_GITHUB_CLIENT_SECRET"
GOOGLE_CLIENT_ID="REPLACE_YOUR_GOOGLE_CLIENT_ID"
GOOGLE_CLIENT_SECRET="REPLACE_YOUR_GOOGLE_CLIENT_SECRET"