← back to Ticket Action Viewer
Move default PORT 9971->10075 (9971 collided with gmc-viewer) so the local operator console can run without a port clash
917906cd2280a55b5f162216ce78c0318e2aed75 · 2026-08-13 13:24:25 -0700 · Steve Abrams
Files touched
Diff
commit 917906cd2280a55b5f162216ce78c0318e2aed75
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Aug 13 13:24:25 2026 -0700
Move default PORT 9971->10075 (9971 collided with gmc-viewer) so the local operator console can run without a port clash
---
server.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server.js b/server.js
index a15be79..93d4473 100644
--- a/server.js
+++ b/server.js
@@ -6,7 +6,7 @@ const { execFile } = require('child_process');
const fs = require('fs');
const path = require('path');
-const PORT = process.env.PORT || 9971;
+const PORT = process.env.PORT || 10075; // moved off 9971 (collided with gmc-viewer, which holds 9971)
const AGENT = process.env.TK_AGENT || 'cre-agent';
const USER = 'admin', PASS = 'DW2024!';
const ANALYSIS = path.join(__dirname, 'data', 'analysis.json');
← dc11065 Serve public/ static assets (nav-agent js/css) — raw http ha
·
back to Ticket Action Viewer
·
Refresh nav-agent to v1.2 (adds kv-list compact List view, d b5c4aba →