-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
14 lines (13 loc) · 933 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copy from .env.local on the Vercel dashboard
# https://nextjs.org/learn/dashboard-app/setting-up-your-database#create-a-postgres-database
POSTGRES_URL="postgres://default:kbrRu3P2NDWo@ep-old-bonus-a4f4vu9r-pooler.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_PRISMA_URL="postgres://default:kbrRu3P2NDWo@ep-old-bonus-a4f4vu9r-pooler.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require&pgbouncer=true&connect_timeout=15"
POSTGRES_URL_NO_SSL="postgres://default:kbrRu3P2NDWo@ep-old-bonus-a4f4vu9r-pooler.us-east-1.aws.neon.tech:5432/verceldb"
POSTGRES_URL_NON_POOLING="postgres://default:[email protected]:5432/verceldb?sslmode=require"
POSTGRES_USER="default"
POSTGRES_HOST="ep-old-bonus-a4f4vu9r-pooler.us-east-1.aws.neon.tech"
POSTGRES_PASSWORD="kbrRu3P2NDWo"
POSTGRES_DATABASE="verceldb"
# `openssl rand -base64 32`
AUTH_SECRET=
AUTH_URL=http://localhost:3000/api/auth