forked from davidnyiringabo/jhk-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
15 lines (13 loc) · 864 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORT=5201
EMAIL_PASSWORD=egjz wiqv izji puol
EMAIL_NAME=David NYIRINGABO
JWT_KEY=jakarabotiboardi
POSTGRES_URL="postgres://default:v9li1QyAupHD@ep-silent-rice-a45gz1pr-pooler.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_PRISMA_URL="postgres://default:v9li1QyAupHD@ep-silent-rice-a45gz1pr-pooler.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require&pgbouncer=true&connect_timeout=15"
POSTGRES_URL_NO_SSL="postgres://default:v9li1QyAupHD@ep-silent-rice-a45gz1pr-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-silent-rice-a45gz1pr-pooler.us-east-1.aws.neon.tech"
POSTGRES_PASSWORD="v9li1QyAupHD"
POSTGRES_DATABASE="verceldb"