From cb7bdcdeb316c4fcc878f7987441a20cd918f0cb Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Mon, 9 Jun 2025 11:28:32 +0530 Subject: [PATCH] updated env file --- .env | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 5f21366..0ee46bd 100644 --- a/.env +++ b/.env @@ -5,11 +5,18 @@ # 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/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/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_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/testing/storage/app/public/uploads/post_templates/' +VITE_IMG_TEMPLATES='https://ssa.betadelivery.com/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/` \ No newline at end of file