-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
27 lines (22 loc) · 1.74 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
GOOGLE_CLIENT_ID= "181693814662-3fdha8nmepvcfqhft3fcgp7nt7k74i0d.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET= "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"
URL = "http://localhost:3000"
NEXTAUTH_URL= "http://localhost:3000"
NEXTAUTH_URL_INTERNAL= "http://localhost:3000"
NEXTAUTH_SECRET= "SqThfjfIMcm9G7jpQhIjTSEZah6NveFwskY9RGRrdrg"
# This was inserted by `prisma init`:
# 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://postgres:bejo123@localhost:5432/kodocs'
DATABASE_URL='postgresql://postgres:bejo123@localhost:5432/kodocs'
LIVEBLOCKS_SECRET_KEY="sk_dev_vpL_MWY-SVFiVxinDP_ZnbkgGcBK2880yVZbQ56PIuttL5Hz2gmOJdFOzAbS0oI8"
POSTGRES_URL="postgres://default:Sr0ekKgsOm6x@ep-wild-shadow-a1y6td9o-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_PRISMA_URL="postgres://default:Sr0ekKgsOm6x@ep-wild-shadow-a1y6td9o-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require&pgbouncer=true&connect_timeout=15"
POSTGRES_URL_NO_SSL="postgres://default:Sr0ekKgsOm6x@ep-wild-shadow-a1y6td9o-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb"
POSTGRES_URL_NON_POOLING="postgres://default:Sr0ekKgsOm6x@ep-wild-shadow-a1y6td9o.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_USER="default"
POSTGRES_HOST="ep-wild-shadow-a1y6td9o-pooler.ap-southeast-1.aws.neon.tech"
POSTGRES_PASSWORD="Sr0ekKgsOm6x"
POSTGRES_DATABASE="verceldb"