forked from draJiang/Heptabase-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development.local
26 lines (26 loc) · 1.15 KB
/
.env.development.local
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
# Created by Vercel CLI
VERCEL="1"
VERCEL_ENV="development"
TURBO_REMOTE_ONLY="true"
NX_DAEMON="false"
VERCEL_URL=""
VERCEL_GIT_PROVIDER=""
VERCEL_GIT_PREVIOUS_SHA=""
VERCEL_GIT_REPO_SLUG=""
VERCEL_GIT_REPO_OWNER=""
VERCEL_GIT_REPO_ID=""
VERCEL_GIT_COMMIT_REF=""
VERCEL_GIT_COMMIT_SHA=""
VERCEL_GIT_COMMIT_MESSAGE=""
VERCEL_GIT_COMMIT_AUTHOR_LOGIN=""
VERCEL_GIT_COMMIT_AUTHOR_NAME=""
VERCEL_GIT_PULL_REQUEST_ID=""
VERCEL_ANALYTICS_ID="SkfRIostrRsfZ8XqPMEH28eD3Os"
POSTGRES_URL="postgres://default:QG8qFwIn4hTY@ep-ancient-tree-596298-pooler.us-east-1.postgres.vercel-storage.com/verceldb"
POSTGRES_URL_NON_POOLING="postgres://default:QG8qFwIn4hTY@ep-ancient-tree-596298.us-east-1.postgres.vercel-storage.com/verceldb"
POSTGRES_PRISMA_URL="postgres://default:QG8qFwIn4hTY@ep-ancient-tree-596298-pooler.us-east-1.postgres.vercel-storage.com/verceldb?pgbouncer=true&connect_timeout=15"
POSTGRES_USER="default"
POSTGRES_HOST="ep-ancient-tree-596298-pooler.us-east-1.postgres.vercel-storage.com"
POSTGRES_PASSWORD="QG8qFwIn4hTY"
POSTGRES_DATABASE="verceldb"
EDGE_CONFIG="https://edge-config.vercel.com/ecfg_4rhkf78f3vf5u9h1xuzjvhdrmyw4?token=c6fc1635-b35e-44db-928a-b53a0103c51b"