From e2c17a3d4a9d4260399ae223b0de533f9caa88bc Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Fri, 19 Sep 2025 18:21:20 +0530 Subject: [PATCH] updated env testing --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c78a927..91edc2d 100644 --- a/.env +++ b/.env @@ -17,7 +17,7 @@ VITE_API_URL='https://ssa.betadelivery.com/testing/apia/v1' VITE_USER_NAME="Admin" VITE_PASSWORD="71%@L%es^bUX94`J9XT*@bh,._WWM{$%^^&&" VITE_APP_NAME=MyViteApp -VITE_IMG_TEMPLATES='https://ssa.betadelivery.com/testing/storage/app/public/uploads/post_templates/' -VITE_IMG_PROFILE='https://ssa.betadelivery.com/testing/storage/app/public/uploads/profile/' VITE_MAIN_URL='https://ssa.betadelivery.com/testing' +VITE_IMG_TEMPLATES=`${VITE_MAIN_URL}/storage/app/public/uploads/post_templates/` +VITE_IMG_PROFILE=`${VITE_MAIN_URL}/storage/app/public/uploads/profile/` VITE_POST_IMG=`${VITE_MAIN_URL}/storage/app/public/uploads/post/` \ No newline at end of file