production env
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m51s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m51s
This commit is contained in:
parent
0ae54154e0
commit
42feb4f1b4
14
.env.production
Normal file
14
.env.production
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# When adding additional environment variables, the schema in "/src/env.js"
|
||||||
|
# should be updated accordingly.
|
||||||
|
|
||||||
|
# Prisma
|
||||||
|
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
|
||||||
|
DATABASE_URL="postgres://default:Tb20mPEZGVUq@ep-square-cell-a29y5dq9.eu-central-1.aws.neon.tech:5432/verceldb?sslmode=require"
|
||||||
|
POSTGRES_URL="postgres://default:Tb20mPEZGVUq@ep-square-cell-a29y5dq9-pooler.eu-central-1.aws.neon.tech:5432/verceldb?sslmode=require"
|
||||||
|
POSTGRES_PRISMA_URL="postgres://default:Tb20mPEZGVUq@ep-square-cell-a29y5dq9-pooler.eu-central-1.aws.neon.tech:5432/verceldb?sslmode=require&pgbouncer=true&connect_timeout=15"
|
||||||
|
POSTGRES_URL_NO_SSL="postgres://default:Tb20mPEZGVUq@ep-square-cell-a29y5dq9-pooler.eu-central-1.aws.neon.tech:5432/verceldb"
|
||||||
|
POSTGRES_URL_NON_POOLING="postgres://default:Tb20mPEZGVUq@ep-square-cell-a29y5dq9.eu-central-1.aws.neon.tech:5432/verceldb?sslmode=require"
|
||||||
|
POSTGRES_USER="default"
|
||||||
|
POSTGRES_HOST="ep-square-cell-a29y5dq9-pooler.eu-central-1.aws.neon.tech"
|
||||||
|
POSTGRES_PASSWORD="Tb20mPEZGVUq"
|
||||||
|
POSTGRES_DATABASE="verceldb"
|
Loading…
Reference in New Issue
Block a user