weather url fix
All checks were successful
release-tag / release-image (push) Successful in 44s

This commit is contained in:
2025-05-28 17:37:06 +03:00
parent f9ca0bdbd9
commit 13375abf24
4 changed files with 598 additions and 11 deletions

10
.env
View File

@ -1,4 +1,6 @@
# VUE_APP_API_URL=http://31.129.106.67:8080
# VUE_APP_GEO_URL=http://31.129.106.67:6001
VUE_APP_API_URL=http://127.0.0.1:8080
VUE_APP_GEO_URL=http://127.0.0.1:6001
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