Files
Ivan 819246839f
All checks were successful
release-tag / release-image (push) Successful in 1m6s
route stations update, timeouts in env
2025-07-14 01:42:38 +03:00

10 lines
315 B
Bash

# 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_VIDEO_TIMEOUT=120000
VUE_APP_TRACKING_TIMEOUT=15000