route stations update, timeouts in env
All checks were successful
release-tag / release-image (push) Successful in 1m6s

This commit is contained in:
2025-07-14 01:42:38 +03:00
parent 49576a0be7
commit 819246839f
4 changed files with 39 additions and 61 deletions

6
.env
View File

@ -1,6 +1,10 @@
# 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
VUE_APP_WEATHER_URL=http://127.0.0.1:6002
VUE_APP_VIDEO_TIMEOUT=120000
VUE_APP_TRACKING_TIMEOUT=15000