-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
12 lines (11 loc) · 864 Bytes
/
.env
File metadata and controls
12 lines (11 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
AUTH_SECRET=ynNUS416qtbfG2Ge0D7lumT//01fgX2pPX7gGXKaIeo=
APPNAME="Godown"
NEXT_PUBLIC_SECRET=ynNUS416qtbfG2Ge0D7lumT
POSTGRES_URL="postgres://default:RwhP2m3LypQV@ep-green-cloud-a1op61hr-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_PRISMA_URL="postgres://default:RwhP2m3LypQV@ep-green-cloud-a1op61hr-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require&pgbouncer=true&connect_timeout=15"
POSTGRES_URL_NO_SSL="postgres://default:RwhP2m3LypQV@ep-green-cloud-a1op61hr-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb"
POSTGRES_URL_NON_POOLING="postgres://default:RwhP2m3LypQV@ep-green-cloud-a1op61hr.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_USER="default"
POSTGRES_HOST="ep-green-cloud-a1op61hr-pooler.ap-southeast-1.aws.neon.tech"
POSTGRES_PASSWORD="RwhP2m3LypQV"
POSTGRES_DATABASE="verceldb"