From 93ef656f7b5622000eed9c4c11df88e68ff7581b Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 28 May 2025 17:38:25 +0300 Subject: [PATCH] env fix --- .env | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 6c873d1..b4467e5 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ -VUE_APP_API_URL=http://31.129.106.67:8080 -VUE_APP_GEO_URL=http://31.129.106.67:6001 -VUE_APP_WEATHER_URL=http://31.129.106.67:6002 -# VUE_APP_API_URL=http://127.0.0.1:8080 -# VUE_APP_GEO_URL=http://127.0.0.1:6001 -# VUE_APP_WEATHER_URL=http://127.0.0.1:6002 \ No newline at end of file +# VUE_APP_API_URL=http://31.129.106.67:8080 +# VUE_APP_GEO_URL=http://31.129.106.67:6001 +# VUE_APP_WEATHER_URL=http://31.129.106.67:6002 +VUE_APP_API_URL=http://127.0.0.1:8080 +VUE_APP_GEO_URL=http://127.0.0.1:6001 +VUE_APP_WEATHER_URL=http://127.0.0.1:6002 \ No newline at end of file