From 8106d505a0bbd94a568bb60e5cb8d66ebc1410f5 Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Mon, 9 Jun 2025 11:23:27 +0530 Subject: [PATCH] changes to env testing files --- .env.testing | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.env.testing b/.env.testing index 03891f6..19decd2 100644 --- a/.env.testing +++ b/.env.testing @@ -1,5 +1,7 @@ -# VITE_API_URL='https://ssa.betadelivery.com/testing/apia/' -# VITE_USER_NAME="Admin" -# 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_USER_NAME="Admin" +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_MAIN_URL='https://ssa.betadelivery.com/testing' +VITE_POST_IMG=`${VITE_MAIN_URL}/storage/app/public/uploads/post/` \ No newline at end of file