-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
31 lines (29 loc) · 1.2 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
30
31
GOOGLE_CLIENT_ID=601442561189-btcpsg4j8dc4j8vrnpb0ph0stnrc8g3h.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=mytestApp
# Created by Vercel CLI
NX_DAEMON=""
POSTGRES_DATABASE="verceldb"
POSTGRES_HOST="ep-jolly-glade-04441856-pooler.us-east-1.postgres.vercel-storage.com"
POSTGRES_PASSWORD="F1TDLXanqKJ3"
POSTGRES_PRISMA_URL="postgres://default:F1TDLXanqKJ3@ep-jolly-glade-04441856-pooler.us-east-1.postgres.vercel-storage.com/verceldb?pgbouncer=true&connect_timeout=15"
POSTGRES_URL="postgres://default:F1TDLXanqKJ3@ep-jolly-glade-04441856-pooler.us-east-1.postgres.vercel-storage.com/verceldb"
POSTGRES_URL_NON_POOLING="postgres://default:F1TDLXanqKJ3@ep-jolly-glade-04441856.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=""