From 50673179fd2f7d1db39a0562e018952a2bee05bf Mon Sep 17 00:00:00 2001 From: Lakshan Madushanka Date: Tue, 10 Dec 2024 19:48:02 +0530 Subject: [PATCH] Remove sensitive vercel env variables --- vercel.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/vercel.json b/vercel.json index 1c4a9bf..2a78aec 100644 --- a/vercel.json +++ b/vercel.json @@ -13,8 +13,6 @@ "buildCommand": "vite build", "outputDirectory": "public", "env": { - "APP_ENV": "production", - "APP_DEBUG": "true", "APP_URL": "https://movieshark.vercel.app", "ASSET_URL": "https://movieshark.vercel.app", "APP_KEY": "base64:TGaVaXwhWgjn9akhE4SCSIjGG/cQqvICUQ+PgLA3Bs0=",