diff --git a/.env.development b/.env.development index 58a088c..3b2ba8f 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,5 @@ VITE_APP_NAME=tpay-dashboard-tl VITE_APP_VERSION=1=9.1.1 GENERATE_SOURCEMAP=false -VITE_APP_API_URL=https://tpay.shiblysolution.id/api -# VITE_APP_API_URL=http://127.0.0.1:4003/api +VITE_APP_API_URL=http://localhost:8080 VITE_ENV=development diff --git a/.gitignore b/.gitignore index 3b98911..8d6f61e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ yarn.lock *.njsproj *.sln *.sw? -**/src/*.js \ No newline at end of file +**/src/*.js +.env \ No newline at end of file