From d1cc5043974a75cdf302589c864d9bc059281e1d Mon Sep 17 00:00:00 2001 From: Rohit Chamedath Date: Wed, 10 Sep 2025 14:53:43 +0000 Subject: [PATCH] Updated env with beta dev url --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 941c38d..8cf060b 100644 --- a/.env +++ b/.env @@ -13,10 +13,10 @@ # VITE_IMG_TEMPLATES='https://ssa.betadelivery.com/testing/storage/app/public/uploads/post_templates/' # VITE_MAIN_URL='https://ssa.betadelivery.com/testing' # VITE_POST_IMG=`${VITE_MAIN_URL}/storage/app/public/uploads/post/` -VITE_API_URL='https://ssa.betadelivery.com/testing/apia/v1' +VITE_API_URL='https://ssa.betadelivery.com/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_MAIN_URL='https://ssa.betadelivery.com/testing' +VITE_IMG_TEMPLATES='https://ssa.betadelivery.com/storage/app/public/uploads/post_templates/' +VITE_MAIN_URL='https://ssa.betadelivery.com' VITE_POST_IMG=`${VITE_MAIN_URL}/storage/app/public/uploads/post/` \ No newline at end of file