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
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user