-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
14 lines (13 loc) · 758 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by Vercel CLI
VERCEL="1"
VERCEL_ENV="development"
TURBO_REMOTE_ONLY="true"
NX_DAEMON="false"
NEXT_PUBLIC_POSTGRES_URL="postgres://default:7dUFgOI8Jzfa@ep-cool-sun-117565-pooler.us-west-2.postgres.vercel-storage.com:5432/verceldb"
POSTGRES_PRISMA_URL="postgres://default:7dUFgOI8Jzfa@ep-cool-sun-117565-pooler.us-west-2.postgres.vercel-storage.com:5432/verceldb?pgbouncer=true&connect_timeout=15"
POSTGRES_URL_NON_POOLING="postgres://default:7dUFgOI8Jzfa@ep-cool-sun-117565.us-west-2.postgres.vercel-storage.com:5432/verceldb"
POSTGRES_USER="default"
POSTGRES_HOST="ep-cool-sun-117565-pooler.us-west-2.postgres.vercel-storage.com"
POSTGRES_PASSWORD="7dUFgOI8Jzfa"
POSTGRES_DATABASE="verceldb"
API_BASE_URL= 'https://salesdashboard-orpin.vercel.app'