[object Object]

← back to Dandeana Hub

move to port 9915 (9914 taken by dw-pairs-well on Kamatera)

7cdac0ce50ba8e96d0e255e8785d322c3ac4db10 · 2026-07-22 11:57:15 -0700 · Steve Abrams

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Files touched

Diff

commit 7cdac0ce50ba8e96d0e255e8785d322c3ac4db10
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Jul 22 11:57:15 2026 -0700

    move to port 9915 (9914 taken by dw-pairs-well on Kamatera)
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---
 .deploy.conf | 2 +-
 server.js    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.deploy.conf b/.deploy.conf
index 60b2c38..114d9b9 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -1,6 +1,6 @@
 PROJECT_NAME=dandeana-hub
 DEPLOY_PATH=/root/public-projects/dandeana-hub
-HEALTH_URL=http://localhost:9914/healthz
+HEALTH_URL=http://localhost:9915/healthz
 INSTALL_CMD="npm ci --omit=dev"
 BUILD_CMD=""
 REQUIRED_ENVS=""
diff --git a/server.js b/server.js
index 85c5538..2862ef3 100644
--- a/server.js
+++ b/server.js
@@ -5,7 +5,7 @@ const fs = require('fs');
 const path = require('path');
 const { runRefresh } = require('./scripts/refresh');
 
-const PORT = process.env.PORT || 9914;
+const PORT = process.env.PORT || 9915;
 const DATA = path.join(__dirname, 'data');
 // BASIC_AUTH="user:pass" overrides; default is the client credential pair.
 const [AUTH_USER, AUTH_PASS] = (process.env.BASIC_AUTH || 'dandeana:w3tEgaYeOPDQ').split(':');

← 004ecee initial scaffold: private Dandeana/Poway news hub — Basic Au  ·  back to Dandeana Hub  ·  add 2020 opposition campaign (IG post) + May 2020 council he 3c8f66c →