diff --git a/.env b/.env index 371506d..7dcfd84 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -REACT_APP_WS_URL=localhost:8080/ws +REACT_APP_WS_URL=192.168.1.100:8080/ws diff --git a/package.json b/package.json index bbc9ebf..e634f31 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "outline-mobile", "version": "0.1.0", "private": true, - "proxy": "http://127.0.0.1:8080", + "proxy": "http://192.168.1.100:8080", "dependencies": { "@babel/core": "^7.16.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",