fix(confidence-engine): use deployment host address

This commit is contained in:
2026-09-09 13:21:47 +01:00
parent dafb9ae9b7
commit 3e473dcf55
Vendored
+1 -1
View File
@@ -22,7 +22,7 @@ pipeline {
}
environment {
TARGET_HOST = 'confidence-engine'
TARGET_HOST = 192.168.68.73
DEPLOY_DIR = '/opt/confidence-engine'
HEALTH_URL = 'http://127.0.0.1:3000/api/health'
}