[object Object]

← back to AbramsOS

chore: move dev port 9931 -> 9774 (9931 held by japan-enrich/viewer-local) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

7db85d744b150d9fd3e4e78743475c13070c7d37 · 2026-07-07 07:31:44 -0700 · Steve

Files touched

Diff

commit 7db85d744b150d9fd3e4e78743475c13070c7d37
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Jul 7 07:31:44 2026 -0700

    chore: move dev port 9931 -> 9774 (9931 held by japan-enrich/viewer-local)
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 .env.example | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.env.example b/.env.example
index fad1ddd..24c7fdd 100644
--- a/.env.example
+++ b/.env.example
@@ -1,6 +1,6 @@
 NODE_ENV=development
-PORT=9931
-BASE_URL=http://localhost:9931
+PORT=9774
+BASE_URL=http://localhost:9774
 
 # Postgres (standalone DB — NOT dw_unified)
 # Mac local: PG_HOST=/tmp uses Unix-socket peer auth (no password needed).
@@ -20,7 +20,7 @@ ENCRYPTION_KEY=
 # Google OAuth — registered separately from george-gmail
 GOOGLE_OAUTH_ABRAMSOS_CLIENT_ID=
 GOOGLE_OAUTH_ABRAMSOS_CLIENT_SECRET=
-GOOGLE_OAUTH_ABRAMSOS_REDIRECT_URI=http://localhost:9931/auth/google/callback
+GOOGLE_OAUTH_ABRAMSOS_REDIRECT_URI=http://localhost:9774/auth/google/callback
 
 # Local LLM (Mac1 Ollama default per memory)
 OLLAMA_BASE_URL=http://192.168.1.133:11434

← 2e0044d Add per-site favicon (kills /favicon.ico 404)  ·  back to AbramsOS  ·  feat(schema): bill + reorder_item tables, recurrence lib, re 5693d23 →