← back to Dandeana Hub
move to port 9917 (9915 occupied by unregistered service on Kamatera)
bdb122638d2428f3611316577032348fdd3b9320 · 2026-07-22 12:03:09 -0700 · Steve Abrams
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Files touched
M .deploy.confM server.js
Diff
commit bdb122638d2428f3611316577032348fdd3b9320
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Jul 22 12:03:09 2026 -0700
move to port 9917 (9915 occupied by unregistered service 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 114d9b9..b5504f4 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:9915/healthz
+HEALTH_URL=http://localhost:9917/healthz
INSTALL_CMD="npm ci --omit=dev"
BUILD_CMD=""
REQUIRED_ENVS=""
diff --git a/server.js b/server.js
index 2862ef3..8987ecc 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 || 9915;
+const PORT = process.env.PORT || 9917;
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(':');
← 3c8f66c add 2020 opposition campaign (IG post) + May 2020 council he
·
back to Dandeana Hub
·
add Public Records panel — LLC/SOS entity, assessor APNs, de 5fe0295 →