You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(setup_wizard): replace port magic numbers with _ROLE_INFRA_VARS and _CHROMADB_PORT constant (#3526)
Replace hardcoded 8080 with _ROLE_INFRA_VARS["ai-stack"][1] so the AI stack
port has a single definition, and introduce _CHROMADB_PORT = 8100 as a
module-level constant so the ChromaDB port stays in sync with the Ansible
role defaults without silent divergence.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments