-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
29 lines (29 loc) · 1.16 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by Vercel CLI
GITHUB_ID="3dc3e6c20dbb0a9526f1"
GITHUB_SECRET="dc82a9ce7ed29d00e6a042ba531e36bcdd8a9eb1"
NEXTAUTH_URL="http://localhost:3000/api/auth"
NEXT_PUBLIC_BASE_URL="http://localhost:3000/"
NX_DAEMON=""
POSTGRES_DATABASE="verceldb"
POSTGRES_HOST="ep-royal-dew-99310208-pooler.us-east-1.postgres.vercel-storage.com"
POSTGRES_PASSWORD="Y76CjJXiUMKf"
POSTGRES_PRISMA_URL="postgres://default:Y76CjJXiUMKf@ep-royal-dew-99310208-pooler.us-east-1.postgres.vercel-storage.com/verceldb?pgbouncer=true&connect_timeout=15"
POSTGRES_URL="postgres://default:Y76CjJXiUMKf@ep-royal-dew-99310208-pooler.us-east-1.postgres.vercel-storage.com/verceldb"
POSTGRES_URL_NON_POOLING="postgres://default:Y76CjJXiUMKf@ep-royal-dew-99310208.us-east-1.postgres.vercel-storage.com/verceldb"
POSTGRES_USER="default"
TURBO_REMOTE_ONLY=""
TURBO_RUN_SUMMARY=""
VERCEL="1"
VERCEL_ENV="development"
VERCEL_GIT_COMMIT_AUTHOR_LOGIN=""
VERCEL_GIT_COMMIT_AUTHOR_NAME=""
VERCEL_GIT_COMMIT_MESSAGE=""
VERCEL_GIT_COMMIT_REF=""
VERCEL_GIT_COMMIT_SHA=""
VERCEL_GIT_PREVIOUS_SHA=""
VERCEL_GIT_PROVIDER=""
VERCEL_GIT_PULL_REQUEST_ID=""
VERCEL_GIT_REPO_ID=""
VERCEL_GIT_REPO_OWNER=""
VERCEL_GIT_REPO_SLUG=""
VERCEL_URL=""