From 3d52e9d49f0c390a23e8bbfeca278a06f35b7fd2 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Mon, 14 Mar 2022 10:53:00 -0700 Subject: [PATCH] Revert "ketr.test config" This reverts commit 33e16ac17a6767fe1eb34024d7dc7bbb5508283a. --- .env | 4 ++-- client/.env | 2 +- client/package.json | 2 +- client/src/setupProxy.js | 2 +- server/config/default.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 1995c12..ee3b749 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -REACT_APP_basePath="/ketr.test" -NODE_CONFIG_ENV='production' +REACT_APP_basePath="/ketr.ketran" +NODE_CONFIG_ENV='production' \ No newline at end of file diff --git a/client/.env b/client/.env index 56e0cc2..550b42b 100644 --- a/client/.env +++ b/client/.env @@ -1,3 +1,3 @@ -PUBLIC_URL=/ketr.test +PUBLIC_URL=/ketr.ketran HOST=nuc.ketrenos.com DANGEROUSLY_DISABLE_HOST_CHECK='true' diff --git a/client/package.json b/client/package.json index a5040f9..0fc2300 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:8931", + "proxy": "http://localhost:8930", "dependencies": { "@emotion/react": "^11.8.1", "@emotion/styled": "^11.8.1", diff --git a/client/src/setupProxy.js b/client/src/setupProxy.js index facaa4a..ce51e33 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:8931', + target: 'http://localhost:8930', changeOrigin: true, })); }; diff --git a/server/config/default.json b/server/config/default.json index 7b9eced..93caf55 100755 --- a/server/config/default.json +++ b/server/config/default.json @@ -14,7 +14,7 @@ } }, "server": { - "port": 8931 + "port": 8930 }, "frontendPath": "./", "basePath": "/",