diff --git a/.env.development b/.env.development index 52e7b6e..928582d 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ -VITE_API_URL=https://modules.gxwebsoft.com/api + VITE_SOCKET_URL=wss://server.gxwebsoft.com VITE_SERVER_URL=https://server.gxwebsoft.com/api +#VITE_API_URL=https://modules.gxwebsoft.com/api #VITE_API_URL=http://127.0.0.1:9090/api #VITE_SOCKET_URL=ws://localhost:9191 -#VITE_API_URL=https://server.gxwebsoft.com/api -#VITE_SERVER_URL=http://127.0.0.1:9091/api +VITE_API_URL=http://103.233.255.195:9300/api diff --git a/.env.production b/.env.production index abf368b..ec31f26 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,5 @@ -VITE_API_URL=https://modules.gxwebsoft.com/api -VITE_SOCKET_URL=wss://server.gxwebsoft.com VITE_SERVER_URL=https://server.gxwebsoft.com/api +VITE_SOCKET_URL=wss://server.gxwebsoft.com + +#VITE_API_URL=https://modules.gxwebsoft.com/api +VITE_API_URL=http://103.233.255.195:9300/api