[object Object]

← back to Ads Dashboard

set prod port to 9766 (9764 taken on Kamatera)

429c5bd28c30db5e2a1bb919a69276377a527a75 · 2026-08-02 06:49:26 -0700 · Steve Abrams

Files touched

Diff

commit 429c5bd28c30db5e2a1bb919a69276377a527a75
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Aug 2 06:49:26 2026 -0700

    set prod port to 9766 (9764 taken on Kamatera)
---
 ecosystem.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecosystem.config.js b/ecosystem.config.js
index 66661d9..43b294f 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: 9764, ADS_USER: 'admin', ADS_PASS: 'DW2024!' },
+    env: { PORT: 9766, ADS_USER: 'admin', ADS_PASS: 'DW2024!' },
     max_restarts: 10,
     autorestart: true,
   }],

← 3ec677e ads-dashboard v1: host-aware Node ad-ops dashboard (DW + Abr  ·  back to Ads Dashboard  ·  docs: README documenting host-aware deploy + data sources 931e298 →