From aea3f6f20e42610f04854e84135a2e3c72e8dd81 Mon Sep 17 00:00:00 2001 From: Gary Rowe Date: Mon, 6 Feb 2017 16:23:11 +0000 Subject: [PATCH] Fix the port numbers in the documentation to match actual values (build) --- docs/build/html/_sources/node-explorer.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build/html/_sources/node-explorer.txt b/docs/build/html/_sources/node-explorer.txt index 53c1fee715..293d90987c 100644 --- a/docs/build/html/_sources/node-explorer.txt +++ b/docs/build/html/_sources/node-explorer.txt @@ -63,11 +63,11 @@ The Demo Nodes can be started in one of two modes: .. note:: 5 Corda nodes will be created on the following port on localhost by default. - * Notary -> 20002 - * Alice -> 20004 - * Bob -> 20006 + * Notary -> 20001 + * Alice -> 20003 + * Bob -> 20005 * UK Bank Plc -> 20008 (*Issuer node*) - * USA Bank Corp -> 20010 (*Issuer node*) + * USA Bank Corp -> 20009 (*Issuer node*) Explorer login credentials to the Issuer nodes are defaulted to ``manager`` and ``test``. Explorer login credentials to the Participants nodes are defaulted to ``user1`` and ``test``.