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