Skip to content
Snippets Groups Projects
Commit 49e8467c authored by Tim-Luca Taxis's avatar Tim-Luca Taxis
Browse files

added vercel

parent aa300c83
No related branches found
No related tags found
1 merge request!5added vercel
# Created by Vercel CLI
POSTGRES_URL="postgres:dmwt@localhost:5432/postgres"
postgres_DATABASE="verceldb"
postgres_HOST="ep-cool-butterfly-a2hu9s1v-pooler.eu-central-1.aws.neon.tech"
postgres_PASSWORD="8AYUTX9lBwsi"
postgres_PRISMA_URL="postgres://default:8AYUTX9lBwsi@ep-cool-butterfly-a2hu9s1v-pooler.eu-central-1.aws.neon.tech/verceldb?pgbouncer=true&connect_timeout=15&sslmode=require"
postgres_URL="postgres://default:8AYUTX9lBwsi@ep-cool-butterfly-a2hu9s1v-pooler.eu-central-1.aws.neon.tech/verceldb?sslmode=require"
postgres_URL_NON_POOLING="postgres://default:8AYUTX9lBwsi@ep-cool-butterfly-a2hu9s1v.eu-central-1.aws.neon.tech/verceldb?sslmode=require"
postgres_URL_NO_SSL="postgres://default:8AYUTX9lBwsi@ep-cool-butterfly-a2hu9s1v-pooler.eu-central-1.aws.neon.tech/verceldb"
postgres_USER="default"
POSTGRES_URL=postgres://postgres:dmwt@localhost:5432/postgres
\ No newline at end of file
......@@ -25,14 +25,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.vercel
> Why do I have a folder named ".vercel" in my project?
The ".vercel" folder is created when you link a directory to a Vercel project.
> What does the "project.json" file contain?
The "project.json" file contains:
- The ID of the Vercel project that you linked ("projectId")
- The ID of the user or team your Vercel project is owned by ("orgId")
> Should I commit the ".vercel" folder?
No, you should not share the ".vercel" folder with anyone.
Upon creation, it will be automatically added to your ".gitignore" file.
{"projectId":"prj_rW7UhqFHBMKPJBDMZsNIy6ogcx9x","orgId":"team_CHcVeknbdpaFVWf9yZIAXIu8"}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment