Add settings service to deploy map and health monitor
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1d5b345ea4
commit
b120fbf44e
2 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue