From b37de9ee46f596b5333fe2f597aac9f461c865c2 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Thu, 9 Jul 2026 12:02:06 +0330 Subject: [PATCH] update --- .env | 5 ++--- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 33603eb..e102163 100644 --- a/.env +++ b/.env @@ -1,8 +1,7 @@ VITE_TOKEN_NAME = 'dkala_a_t' VITE_REFRESH_TOKEN_NAME = 'dkala-a-rt' -VITE_BASE_URL = 'https://dkala-api.danakcorp.com' -# VITE_BASE_URL = 'http://192.168.99.131:4000' - +# VITE_BASE_URL = 'https://dkala-api.danakcorp.com' +VITE_BASE_URL = 'http://localhost:4000' VITE_SOCKET_URL = 'https://dkala-api.danakcorp.com' \ No newline at end of file diff --git a/.gitignore b/.gitignore index a547bf3..3b0b403 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +.env \ No newline at end of file