From 835e0d9b4f8c5d612385e2ae8b1e0252b86d3789 Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Wed, 19 Mar 2025 10:44:33 +0700 Subject: [PATCH] env jangan di push ke git --- .env.development | 3 +-- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) 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