diff --git a/.env b/.env index ee3b749..1995c12 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -REACT_APP_basePath="/ketr.ketran" -NODE_CONFIG_ENV='production' \ No newline at end of file +REACT_APP_basePath="/ketr.test" +NODE_CONFIG_ENV='production' diff --git a/client/.env b/client/.env index 550b42b..56e0cc2 100644 --- a/client/.env +++ b/client/.env @@ -1,3 +1,3 @@ -PUBLIC_URL=/ketr.ketran +PUBLIC_URL=/ketr.test HOST=nuc.ketrenos.com DANGEROUSLY_DISABLE_HOST_CHECK='true' diff --git a/client/package.json b/client/package.json index 0fc2300..a5040f9 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "peddlers-of-ketran", "version": "0.1.0", "private": true, - "proxy": "http://localhost:8930", + "proxy": "http://localhost:8931", "dependencies": { "@emotion/react": "^11.8.1", "@emotion/styled": "^11.8.1", diff --git a/client/src/setupProxy.js b/client/src/setupProxy.js index ce51e33..facaa4a 100644 --- a/client/src/setupProxy.js +++ b/client/src/setupProxy.js @@ -6,7 +6,7 @@ module.exports = function(app) { app.use(createProxyMiddleware( `${base}/api/v1/games/ws`, { ws: true, - target: 'http://localhost:8930', + target: 'http://localhost:8931', changeOrigin: true, })); }; diff --git a/server/config/default.json b/server/config/default.json index 93caf55..7b9eced 100755 --- a/server/config/default.json +++ b/server/config/default.json @@ -14,7 +14,7 @@ } }, "server": { - "port": 8930 + "port": 8931 }, "frontendPath": "./", "basePath": "/",