← back to Ads Dashboard
ads-dashboard: move to free port :9770 (9764=dw-cadence-next2, 9766=agent-cabinet both taken) — enables clean deploy of the href-drill fix — TK-10376
60133c12e2684d83a3686f6e5c100aae5d376b43 · 2026-08-09 17:23:31 -0700 · Steve
Files touched
M ecosystem.config.jsM server.js
Diff
commit 60133c12e2684d83a3686f6e5c100aae5d376b43
Author: Steve <steve@designerwallcoverings.com>
Date: Sun Aug 9 17:23:31 2026 -0700
ads-dashboard: move to free port :9770 (9764=dw-cadence-next2, 9766=agent-cabinet both taken) — enables clean deploy of the href-drill fix — TK-10376
---
ecosystem.config.js | 2 +-
server.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ecosystem.config.js b/ecosystem.config.js
index 43b294f..a23469b 100644
--- a/ecosystem.config.js
+++ b/ecosystem.config.js
@@ -3,7 +3,7 @@ module.exports = {
name: 'ads-dashboard',
script: 'server.js',
cwd: __dirname,
- env: { PORT: 9766, ADS_USER: 'admin', ADS_PASS: 'DW2024!' },
+ env: { PORT: 9770, ADS_USER: 'admin', ADS_PASS: 'DW2024!' },
max_restarts: 10,
autorestart: true,
}],
diff --git a/server.js b/server.js
index d21ca71..f8dabe4 100644
--- a/server.js
+++ b/server.js
@@ -16,7 +16,7 @@ const fs = require('fs');
const path = require('path');
const crypto = require('crypto');
-const PORT = parseInt(process.env.PORT || '9764', 10);
+const PORT = parseInt(process.env.PORT || '9770', 10);
const AUTH_USER = process.env.ADS_USER || 'admin';
const AUTH_PASS = process.env.ADS_PASS || 'DW2024!';
const PUBLIC_DIR = path.join(__dirname, 'public');
← c0ed05e href-drill: daily trend bars now href to /api/acquisition (e
·
back to Ads Dashboard
·
nav-agent: universal grid-controls drop-in on internal dashb c3e36a8 →