From 6856b4b61095c698779a0564a4ccbe871e810c82 Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Wed, 9 Apr 2025 16:47:24 +0530 Subject: [PATCH] Fixed env for testing --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 016f2eb..d495681 100644 --- a/.env +++ b/.env @@ -4,10 +4,10 @@ # VITE_PASSWORD="71%@L%es^bUX94`J9XT*@bh,._WWM{$%^^&&" # VITE_APP_NAME=MyViteApp # VITE_IMG_TEMPLATES='https://ssa.betadelivery.com/storage/app/public/uploads/post_templates/' -# VITE_API_URL='https://ssa.betadelivery.com/testing/apia/v1' -VITE_API_URL='https://ssa.betadelivery.com/apia/v1' +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_PASSWORD="71%@L%es^bUX94`J9XT*%4&^%tUU^%Q^ffgt" VITE_APP_NAME=MyViteApp -VITE_IMG_TEMPLATES='https://ssa.betadelivery.com/storage/app/public/uploads/post_templates/' \ No newline at end of file +VITE_IMG_TEMPLATES='https://ssa.betadelivery.com/testing/storage/app/public/uploads/post_templates/' \ No newline at end of file