fix(infrastructure): 🐛 update model_boss registry host to lan

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-06-10 03:11:43 -07:00
parent 3aafc64c17
commit b68fb78e98
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ redis:
# Remote services (network, host configured in CompanionConfig)
# These run on model-boss host (e.g., apricot:8210) or dedicated service hosts
external:
model_boss: 8210 # GPU lease coordination (apricot.local)
model_boss: 8210 # GPU lease coordination (apricot.lan)
speech_synthesis: 41222 # STT + TTS (@speech-synthesis service)
llm: configurable # OpenAI-compatible endpoint via model-boss

View file

@ -28,6 +28,6 @@
"author": "Lilith <quinn@ftw.codes>",
"license": "MIT",
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
}
}