-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.sample
13 lines (12 loc) · 1.02 KB
/
env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
BASE_URL="https://employee-maintenance-fullstack-sample-app.vercel.app"
NEXT_PUBLIC_BASE_URL="https://employee-maintenance-fullstack-sample-app.vercel.app"
# DATABASE_URL="file:./dev.db"
DATABASE_URL="postgres://default:bVOcf9ZhXxR8@ep-hidden-band-65109896-pooler.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_URL="postgres://default:bVOcf9ZhXxR8@ep-hidden-band-65109896-pooler.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_PRISMA_URL="postgres://default:bVOcf9ZhXxR8@ep-hidden-band-65109896-pooler.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require&pgbouncer=true&connect_timeout=15"
POSTGRES_URL_NO_SSL="postgres://default:bVOcf9ZhXxR8@ep-hidden-band-65109896-pooler.us-east-1.aws.neon.tech:5432/verceldb"
POSTGRES_URL_NON_POOLING="postgres://default:bVOcf9ZhXxR8@ep-hidden-band-65109896.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_USER="default"
POSTGRES_HOST="ep-hidden-band-65109896-pooler.us-east-1.aws.neon.tech"
POSTGRES_PASSWORD="bVOcf9ZhXxR8"
POSTGRES_DATABASE="verceldb"