-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
13 lines (11 loc) · 1.03 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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="postgresql://iffu:iffu@localhost:5432/issue-tracker?schema=public"
DATABASE_URL = "postgres://iftequar.154:BStGhbZcR0Y9@ep-icy-violet-27245248-pooler.us-east-2.aws.neon.tech/issue-tracker-app?sslmode=require&pgbouncer=true&connect_timeout=10"
DIRECT_URL = "postgres://iftequar.154:[email protected]/issue-tracker-app?connect_timeout=10"
NEXTAUTH_URL = "http://localhost:3000"
NEXTAUTH_SECRET = "abcd1234"
GOOGLE_CLIENT_ID = "175063687405-5fs9qvo084un7h1rv8fctvikkqrm42q9.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET = "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"