Commit b20ac74
committed
Fix service port conflicts and update Forensic_CPA_AI configuration
Changes made:
1. Renamed PearsonNexusAI Prototype to Forensic_CPA_AI
- Changed port from 5199 to 3007
- Updated service description and tags
2. Fixed port conflicts to ensure unique 3000-series ports:
- Job Tracker (frontend): 5173 → 3002
- Eicher Monorepo Frontend (Vite): 5173 → 3003
- Job Tracker (Next.js + Prisma): 3000 → 3004
3. Added environment variable configurations:
- Job Tracker (frontend): VITE_API_BASE_URL → http://127.0.0.1:3001
- Eicher Monorepo Frontend: VITE_API_BASE_URL → http://127.0.0.1:3000
4. Updated start commands to use {PORT} placeholders:
- Job Tracker (frontend): Added --host {HOST} --port {PORT} --strictPort
5. Updated all local_url and healthcheck_url to reflect new ports
Final port assignments (no conflicts):
- 3000: Eicher Monorepo Backend (Node HTTP)
- 3001: Job Tracker (backend)
- 3002: Job Tracker (frontend)
- 3003: Eicher Monorepo Frontend (Vite)
- 3004: Job Tracker (Next.js + Prisma)
- 3007: Forensic_CPA_AI
- AUTO: Notes API (sample) - will be assigned from 3000 range
- 5010: Local Nexus Controller (platform service)
All 7 application services now use 3000-series ports and can launch in parallel.
https://claude.ai/code/session_019beb7reXw7ySbVqKDQ3h2j1 parent 695720d commit b20ac74
2 files changed
+32
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | | - | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | | - | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
92 | | - | |
93 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
| |||
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
131 | | - | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
142 | | - | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
146 | 151 | | |
147 | 152 | | |
148 | 153 | | |
149 | | - | |
150 | | - | |
| 154 | + | |
| 155 | + | |
151 | 156 | | |
152 | | - | |
| 157 | + | |
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
166 | 171 | | |
167 | 172 | | |
168 | 173 | | |
169 | | - | |
| 174 | + | |
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
| |||
0 commit comments