Skip to content

Commit 08ac6f7

Browse files
committed
Remove Env
1 parent c7b3803 commit 08ac6f7

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

packages/vercel-blob/vercel.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"version": 2,
33
"name": "tinywebdb-vercel-blob",
4-
"regions": ["iad1"],
5-
"env": {
6-
"BLOB_READ_WRITE_TOKEN": "@blob_read_write_token"
7-
},
84
"rewrites": [
95
{
106
"source": "/(.*)",

packages/vercel-kv/vercel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"version": 2,
33
"name": "tinywebdb-vercel-kv",
4-
"regions": ["iad1"],
5-
"env": {
6-
"KV_REST_API_URL": "@kv_rest_api_url",
7-
"KV_REST_API_TOKEN": "@kv_rest_api_token"
8-
},
94
"rewrites": [
105
{
116
"source": "/(.*)",

packages/vercel-postgres/vercel.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
{
22
"version": 2,
33
"name": "tinywebdb-vercel-postgres",
4-
"regions": ["iad1"],
5-
"env": {
6-
"POSTGRES_URL": "@postgres_url",
7-
"POSTGRES_PRISMA_URL": "@postgres_prisma_url",
8-
"POSTGRES_URL_NO_SSL": "@postgres_url_no_ssl",
9-
"POSTGRES_URL_NON_POOLING": "@postgres_url_non_pooling",
10-
"POSTGRES_USER": "@postgres_user",
11-
"POSTGRES_HOST": "@postgres_host",
12-
"POSTGRES_PASSWORD": "@postgres_password",
13-
"POSTGRES_DATABASE": "@postgres_database"
14-
},
154
"rewrites": [
165
{
176
"source": "/(.*)",

0 commit comments

Comments
 (0)