fix: update legacy Coordinator API port from 8000 to 8011
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled

- Updated setup.sh service information to use port 8011
- Port 8000 is deprecated for Coordinator API
- Aligns with current port mapping documentation
This commit is contained in:
aitbc
2026-05-26 10:31:20 +02:00
parent 1ad702694f
commit 17ac576dbd

View File

@@ -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/"