← back to Pitch Guard
move Pitch Guard to port 8123
dd9f2dfbf3df77f7e6d9ae4f2ae1524cc9085645 · 2026-05-19 08:43:41 -0700 · Steve
Files touched
Diff
commit dd9f2dfbf3df77f7e6d9ae4f2ae1524cc9085645
Author: Steve <steve@designerwallcoverings.com>
Date: Tue May 19 08:43:41 2026 -0700
move Pitch Guard to port 8123
---
server.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server.js b/server.js
index 65baa18..ae891d1 100644
--- a/server.js
+++ b/server.js
@@ -20,7 +20,7 @@ const app = express();
app.use(express.json({ limit: '4mb' }));
app.use(express.static(path.join(__dirname, 'public')));
-const PORT = process.env.PORT || 9871;
+const PORT = process.env.PORT || 8123;
const GEORGE = (process.env.GEORGE_URL || 'http://100.107.67.67:9850').replace(/\/$/, '');
const AUTH = process.env.GEORGE_BASIC_AUTH || 'YWRtaW46STNZdXNpc2RFU1VOZHh0cm1sYjNRSmV1OXE4T0RLSk8=';
const ACCOUNT = 'info'; // info@designerwallcoverings.com
← 7b30caa Pitch Guard — draft + correspondence viewer for info@ with p
·
back to Pitch Guard
·
Pitch Guard: resizable / collapsible / reorderable / pop-out 5c43a5e →