1
0

Revert "ketr.test config"

This reverts commit 33e16ac17a6767fe1eb34024d7dc7bbb5508283a.
This commit is contained in:
James Ketrenos 2022-03-14 10:53:00 -07:00
parent a15fadf4f9
commit 3d52e9d49f
5 changed files with 6 additions and 6 deletions

2
.env
View File

@ -1,2 +1,2 @@
REACT_APP_basePath="/ketr.test"
REACT_APP_basePath="/ketr.ketran"
NODE_CONFIG_ENV='production'

View File

@ -1,3 +1,3 @@
PUBLIC_URL=/ketr.test
PUBLIC_URL=/ketr.ketran
HOST=nuc.ketrenos.com
DANGEROUSLY_DISABLE_HOST_CHECK='true'

View File

@ -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",

View File

@ -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,
}));
};

View File

@ -14,7 +14,7 @@
}
},
"server": {
"port": 8931
"port": 8930
},
"frontendPath": "./",
"basePath": "/",