From 17ac576dbdd6511de75d93e8cd88ec3b095f6aea Mon Sep 17 00:00:00 2001 From: aitbc Date: Tue, 26 May 2026 10:31:20 +0200 Subject: [PATCH] fix: update legacy Coordinator API port from 8000 to 8011 - Updated setup.sh service information to use port 8011 - Port 8000 is deprecated for Coordinator API - Aligns with current port mapping documentation --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 76146869..e0462450 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -674,7 +674,7 @@ main() { echo "Service Information:" echo " Wallet API: http://localhost:8003/health" echo " Exchange API: http://localhost:8001/api/health" - echo " Coordinator API: http://localhost:8000/health" + echo " Coordinator API: http://localhost:8011/health" echo "" echo "Runtime Directories:" echo " Keystore: /var/lib/aitbc/keystore/"