Add settings service to deploy map and health monitor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-01 19:23:25 +00:00
parent 1d5b345ea4
commit b120fbf44e
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ const healthMap = {
'housekeeping': { host: '10.10.10.114', port: 3080 },
'forecasting': { host: '10.10.10.113', port: 3080 },
'rates': { host: '10.10.10.115', port: 3080 },
'settings': { host: '10.10.10.116', port: 3080 },
}
function verifySignature(body, signature) {