wy пре 1 година
родитељ
комит
d3caa44769
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      .env.production

+ 4 - 2
.env.production

@@ -2,5 +2,7 @@
 ENV = 'production'
 
 # base api
-VUE_APP_BASE_API = 'http://192.168.3.177:8080/api'
-VUE_APP_WS = 'ws://192.168.3.177:8080/ws'
+# VUE_APP_BASE_API = 'http://192.168.3.177:8080/api'
+# VUE_APP_WS = 'ws://192.168.3.177:8080/ws'
+VUE_APP_BASE_API = 'http://192.168.3.251:8080/api'
+VUE_APP_WS = 'ws://192.168.3.251:8080/ws'